fishPlugins.pure: 4.11.3 -> 4.12.0

This commit is contained in:
R. Ryantm
2025-10-04 04:19:25 +00:00
parent 27ac939589
commit 90747f59d0

View File

@@ -8,13 +8,13 @@
buildFishPlugin rec {
pname = "pure";
version = "4.11.3";
version = "4.12.0";
src = fetchFromGitHub {
owner = "pure-fish";
repo = "pure";
rev = "v${version}";
hash = "sha256-mMUFR/n4aLsmZNbVAYmx57AMXT6U2P+wTuuN3opCeqs=";
hash = "sha256-QG/saZReqpYiSXTG+nPmkJ5ETAAdo0mVrUqyepu7Pvs=";
};
nativeCheckInputs = [ git ];