summary refs log tree commit diff
path: root/pkgs/shells/fish/plugins/pure.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/fish/plugins/pure.nix')
-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 dae5cf783010f..3c7312f8c27a8 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.1.1";
+  version = "4.7.0";
 
   src = fetchFromGitHub {
     owner = "pure-fish";
     repo = "pure";
     rev = "v${version}";
-    sha256 = "1x1h65l8582p7h7w5986sc9vfd7b88a7hsi68dbikm090gz8nlxx";
+    hash = "sha256-2ZNb6aB7rIubTfRVRb42xmCdImQmtGGubo0TBwSPHEo=";
   };
 
   # The tests aren't passing either on the project's CI.