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

zef: 0.22.0 -> 0.22.1
This commit is contained in:
Nick Cao 2024-07-21 09:20:06 -04:00 committed by GitHub
commit 3a827605b2
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.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${finalAttrs.version}";
hash = "sha256-HpDTxu846jb5hasH7nL93vRihFIZbVBXf/dV4itqFQg=";
hash = "sha256-zvFmh4Q1Q6gizxdCCoOX2hgQ7/f8ozczY7IwWqMKGSo=";
};
nativeBuildInputs = [