summary refs log tree commit diff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-10-25 18:24:59 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-11-01 21:47:32 +0100
commitc2e92e90663094cd4773a5f39db44fdc2f97c566 (patch)
tree392f7ac8de90e86b7f0af6f36287107af7f6b5a3
parent3f9b0a534dc85cb69c2b63f9086844380bb69df9 (diff)
downloadnixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.tar
nixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.tar.gz
nixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.tar.bz2
nixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.tar.lz
nixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.tar.xz
nixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.tar.zst
nixpkgs-c2e92e90663094cd4773a5f39db44fdc2f97c566.zip
fishPlugins.bobthefisher: unstable-2023-03-09 -> unstable-2023-10-25
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--pkgs/shells/fish/plugins/bobthefisher.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/shells/fish/plugins/bobthefisher.nix b/pkgs/shells/fish/plugins/bobthefisher.nix
index 1930890d4de..56d179cd24b 100644
--- a/pkgs/shells/fish/plugins/bobthefisher.nix
+++ b/pkgs/shells/fish/plugins/bobthefisher.nix
@@ -3,15 +3,15 @@
 , fetchFromGitHub
 ,
 }:
-buildFishPlugin rec {
+buildFishPlugin {
   pname = "bobthefisher";
-  version = "unstable-2023-03-09";
+  version = "unstable-2023-10-25";
 
   src = fetchFromGitHub {
     owner = "Scrumplex";
     repo = "bobthefisher";
-    rev = "6528033a2c9ca90611d04b6a4afd2131b9495cdc";
-    sha256 = "sha256-UDoSMFKtd6ur10guqJlkpA0YSCBv45FR5QKJqdXZWgw=";
+    rev = "f4179a14b087c7fbfc2e892da429adad40a39e44";
+    sha256 = "sha256-l1DHSZa40BX2/4GCjm5E53UOeFEnMioWbZtCW14WX6k=";
   };
 
   meta = with lib; {