about summary refs log tree commit diff
path: root/pkgs/shells/fish/plugins
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2023-08-30 23:54:13 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-31 10:36:08 +0000
commit015752db49112d067547f3c62daf23fafe21e3c9 (patch)
tree5995d440d20127740e12d80ac443c0b1e6755e1d /pkgs/shells/fish/plugins
parentdc7fe6073c3ec4f0592a418370999dd0ba16503e (diff)
fishPlugins.pure: 4.7.0 -> 4.8.0
Diffstat (limited to 'pkgs/shells/fish/plugins')
-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 3c7312f8c27a8..84142000fbd97 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.7.0";
+  version = "4.8.0";
 
   src = fetchFromGitHub {
     owner = "pure-fish";
     repo = "pure";
     rev = "v${version}";
-    hash = "sha256-2ZNb6aB7rIubTfRVRb42xmCdImQmtGGubo0TBwSPHEo=";
+    hash = "sha256-O8rC2uCuM3xUQPRap7XqyyAvO77hP+sqNM4mEQ7pZkw=";
   };
 
   # The tests aren't passing either on the project's CI.