summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Santschi-Cooney <noah@santschi-cooney.ch>2023-10-25 15:35:11 +0100
committerNoah Santschi-Cooney <noah@santschi-cooney.ch>2023-10-25 21:37:53 +0100
commit33d6002c507c07f204c630e6ba876a45c651b477 (patch)
tree03601140bf7d8b4b0280c1fd70bb0aecd25b1c07
parentMerge pull request #263315 from chayleaf/kea (diff)
downloadnixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar.gz
fishPlugins.bobthefish: unstable-2022-08-02 -> unstable-2023-06-16
-rw-r--r--pkgs/shells/fish/plugins/bobthefish.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/shells/fish/plugins/bobthefish.nix b/pkgs/shells/fish/plugins/bobthefish.nix
index e39f61985348..417ac87257a7 100644
--- a/pkgs/shells/fish/plugins/bobthefish.nix
+++ b/pkgs/shells/fish/plugins/bobthefish.nix
@@ -3,15 +3,15 @@
, fetchFromGitHub
,
}:
-buildFishPlugin rec {
+buildFishPlugin {
pname = "bobthefish";
- version = "unstable-2022-08-02";
+ version = "unstable-2023-06-16";
src = fetchFromGitHub {
owner = "oh-my-fish";
repo = "theme-bobthefish";
- rev = "2dcfcab653ae69ae95ab57217fe64c97ae05d8de";
- sha256 = "sha256-jBbm0wTNZ7jSoGFxRkTz96QHpc5ViAw9RGsRBkCQEIU=";
+ rev = "c2c47dc964a257131b3df2a127c2631b4760f3ec";
+ sha256 = "sha256-LB4g+EA3C7OxTuHfcxfgl8IVBe5NufFc+5z9VcS0Bt0=";
};
meta = with lib; {