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
+2 -2
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 ];