zinit: 3.13.1 -> 3.14.0 (#397914)

Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-14 13:41:34 +00:00
committed by GitHub
co-authored by Moraxyc
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zinit";
version = "3.13.1";
version = "3.14.0";
src = fetchFromGitHub {
owner = "zdharma-continuum";
repo = "zinit";
tag = "v${finalAttrs.version}";
hash = "sha256-fnBV0LmC/wJm0pOITJ1mhiBqsg2F8AQJWvn0p/Bgo5Q=";
hash = "sha256-cBMGmFrveBes30aCSLMBO8WrtoPZeMNjcEQoQEzBNvM=";
};
outputs = [