summary refs log tree commit diff
path: root/pkgs/shells
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 /pkgs/shells
parent2bb79db3e2cc8c4ce836ca7af94e73dd69e54a3a (diff)
downloadnixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar
nixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar.gz
nixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar.bz2
nixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar.lz
nixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar.xz
nixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.tar.zst
nixpkgs-33d6002c507c07f204c630e6ba876a45c651b477.zip
fishPlugins.bobthefish: unstable-2022-08-02 -> unstable-2023-06-16
Diffstat (limited to 'pkgs/shells')
-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 e39f6198534..417ac87257a 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; {