fishPlugins.pure: 4.11.3 -> 4.12.0 (#445387)

This commit is contained in:
Weijia Wang
2025-10-26 12:13:36 +00:00
committed by GitHub

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