fishPlugins.pure: 4.8.0 -> 4.11.0

This commit is contained in:
R. Ryantm 2024-02-24 05:21:03 +00:00
parent 927ee13585
commit bb331a8c65

View file

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "pure";
version = "4.8.0";
version = "4.11.0";
src = fetchFromGitHub {
owner = "pure-fish";
repo = "pure";
rev = "v${version}";
hash = "sha256-O8rC2uCuM3xUQPRap7XqyyAvO77hP+sqNM4mEQ7pZkw=";
hash = "sha256-8zxqPU9N5XGbKc0b3bZYkQ3yH64qcbakMsHIpHZSne4=";
};
nativeCheckInputs = [ git ];