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
commit e7f5510c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];