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

zef: 0.18.1 -> 0.18.2
This commit is contained in:
Nick Cao 2023-04-06 23:04:26 +08:00 committed by GitHub
commit a3ca379807
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.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-F4q8cHM1CLp9FLZTo6WmxEiK2sqmAx3LOHevNXn2kOw=";
sha256 = "sha256-0EWajziWoxWLGaj54FfvEMNPPTc2Wb6O050o2qWGJ9c=";
};
nativeBuildInputs = [ makeWrapper ];