zinit: 3.13.1 -> 3.14.0 (#397914)

Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
Moraxyc
and committed by
GitHub
45f5013a f92c22d3

+2 -2
+2 -2
pkgs/by-name/zi/zinit/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "zinit"; 11 - version = "3.13.1"; 11 + version = "3.14.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "zdharma-continuum"; 15 15 repo = "zinit"; 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-fnBV0LmC/wJm0pOITJ1mhiBqsg2F8AQJWvn0p/Bgo5Q="; 17 + hash = "sha256-cBMGmFrveBes30aCSLMBO8WrtoPZeMNjcEQoQEzBNvM="; 18 18 }; 19 19 20 20 outputs = [