Merge pull request #307778 from r-ryantm/auto-update/zef

zef: 0.21.4 -> 0.22.0
This commit is contained in:
Nick Cao
2024-04-30 08:40:53 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zef";
version = "0.21.4";
version = "0.22.0";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${finalAttrs.version}";
hash = "sha256-k6jihTDbaSXv+XvfqxGIyCdD005tG8l3mSIkNG6FwPQ=";
hash = "sha256-HpDTxu846jb5hasH7nL93vRihFIZbVBXf/dV4itqFQg=";
};
nativeBuildInputs = [