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
commit e8ea9292b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [