about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-24 22:18:13 +0100
committerGitHub <noreply@github.com>2024-02-24 22:18:13 +0100
commite7f5510c96b43d0bced4a17534d86eca95813d23 (patch)
tree9aced7aed628e1ee6a3055280714e98f7dc13f92 /pkgs/shells
parent596f8a2b00310241f82f69c874f81af05e1a7b54 (diff)
parentbb331a8c654b06aaebebc23ed3ea6682fcf1c63f (diff)
Merge pull request #291059 from r-ryantm/auto-update/fishPlugins.pure
fishPlugins.pure: 4.8.0 -> 4.11.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/plugins/pure.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/pure.nix b/pkgs/shells/fish/plugins/pure.nix
index 04334f14fa99b..25ea8aea89b8b 100644
--- a/pkgs/shells/fish/plugins/pure.nix
+++ b/pkgs/shells/fish/plugins/pure.nix
@@ -2,13 +2,13 @@
 
 buildFishPlugin rec {
   pname = "pure";
-  version = "4.8.0";
+  version = "4.11.0";
 
   src = fetchFromGitHub {
     owner = "pure-fish";
     repo = "pure";
     rev = "v${version}";
-    hash = "sha256-O8rC2uCuM3xUQPRap7XqyyAvO77hP+sqNM4mEQ7pZkw=";
+    hash = "sha256-8zxqPU9N5XGbKc0b3bZYkQ3yH64qcbakMsHIpHZSne4=";
   };
 
   nativeCheckInputs = [ git ];