fishPlugins.pure: 4.7.0 -> 4.8.0

authored by

pacien and committed by
Anderson Torres
015752db dc7fe607

+2 -2
+2 -2
pkgs/shells/fish/plugins/pure.nix
··· 2 3 buildFishPlugin rec { 4 pname = "pure"; 5 - version = "4.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "pure-fish"; 9 repo = "pure"; 10 rev = "v${version}"; 11 - hash = "sha256-2ZNb6aB7rIubTfRVRb42xmCdImQmtGGubo0TBwSPHEo="; 12 }; 13 14 # The tests aren't passing either on the project's CI.
··· 2 3 buildFishPlugin rec { 4 pname = "pure"; 5 + version = "4.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "pure-fish"; 9 repo = "pure"; 10 rev = "v${version}"; 11 + hash = "sha256-O8rC2uCuM3xUQPRap7XqyyAvO77hP+sqNM4mEQ7pZkw="; 12 }; 13 14 # The tests aren't passing either on the project's CI.