fishPlugins.pure: 4.11.0 -> 4.11.3

(cherry picked from commit d5c077f4d2)
This commit is contained in:
Marcel
2025-06-09 18:20:14 +02:00
committed by github-actions[bot]
parent 88331c17ba
commit 1133580f4c

View File

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