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

zef: 0.13.0 -> 0.13.4
This commit is contained in:
figsoda 2021-12-05 21:57:47 -05:00 committed by GitHub
commit 8509efc354
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.13.0";
version = "0.13.4";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-4B0xhEBjIPFXyT/SdT5qeDNnpntk2nd/zYwgt35sD+s=";
sha256 = "sha256-zTgXMICuLn612bmL5e6GP5aBQ4uOcSLfce0PCRYGob0=";
};
nativeBuildInputs = [ makeWrapper ];