From 07075b3ff92caf585121637ea673aa9e2b4d733b Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Sun, 27 Aug 2023 22:02:51 +0200 Subject: fishPlugins.pure: 4.1.1 -> 4.7.0 --- pkgs/shells/fish/plugins/pure.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/shells/fish') 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. -- cgit 1.4.1