summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-02 10:53:49 +0900
committerGitHub <noreply@github.com>2023-11-02 10:53:49 +0900
commitc6576561ec88b9b423e2e657f78b0632e0abb9e8 (patch)
tree79bd1231854e2eb97d17f232125160eb3cff4da3
parent88581918572d10f525689748732fe17aa8e44a4e (diff)
parentc2e92e90663094cd4773a5f39db44fdc2f97c566 (diff)
downloadnixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.tar
nixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.tar.gz
nixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.tar.bz2
nixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.tar.lz
nixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.tar.xz
nixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.tar.zst
nixpkgs-c6576561ec88b9b423e2e657f78b0632e0abb9e8.zip
Merge pull request #263368 from Scrumplex/pkgs/bobthefisher/bump-2023-10
fishPlugins.bobthefisher: unstable-2023-03-09 -> unstable-2023-10-25
-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; {