Merge pull request #291059 from r-ryantm/auto-update/fishPlugins.pure

fishPlugins.pure: 4.8.0 -> 4.11.0
This commit is contained in:
Pol Dellaiera
2024-02-24 22:18:13 +01:00
committed by GitHub
+2 -2
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 ];