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

zef: 0.21.1 -> 0.21.2
This commit is contained in:
Nick Cao 2023-12-25 10:47:25 -05:00 committed by GitHub
commit 21367033f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zef";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${finalAttrs.version}";
hash = "sha256-ji+KTxAOPZhuGryK0+svsVkU+HC1egKZWOboSBUON+s=";
hash = "sha256-7mqKcioMal4OR/xlzQ/EgGICau7Ijc13j4pSfu4/74E=";
};
nativeBuildInputs = [