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

zef: 0.17.0 -> 0.18.0
This commit is contained in:
Weijia Wang 2023-03-02 00:01:02 +02:00 committed by GitHub
commit 1ffb820109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zef";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-ekryYPSuBhK+0BvzGxtQVkWDIsfpqbWLc/WXjhPcFYw=";
sha256 = "sha256-u/K1R0ILoDvHvHb0QzGB4YHlIf70jVeVEmrquv2U0S8=";
};
nativeBuildInputs = [ makeWrapper ];