summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorMarcus Ramberg <marcus@means.no>2023-08-27 22:02:51 +0200
committerMarcus Ramberg <marcus@means.no>2023-08-27 22:57:34 +0200
commit07075b3ff92caf585121637ea673aa9e2b4d733b (patch)
tree09fa94d04962dea846f31511ac5826af15e6e921 /pkgs/shells/fish
parent0c556fceb816a7bd6b5119afff5d2a90ab4e74f4 (diff)
downloadnixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.tar
nixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.tar.gz
nixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.tar.bz2
nixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.tar.lz
nixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.tar.xz
nixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.tar.zst
nixpkgs-07075b3ff92caf585121637ea673aa9e2b4d733b.zip
fishPlugins.pure: 4.1.1 -> 4.7.0
Diffstat (limited to 'pkgs/shells/fish')
-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 dae5cf78301..3c7312f8c27 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.