zef: 0.13.4 -> 0.13.6

This commit is contained in:
R. Ryantm 2022-01-19 05:40:42 +00:00 committed by Jonathan Ringer
parent c9d2efd764
commit 63d0d428fe

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zef";
version = "0.13.4";
version = "0.13.6";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-zTgXMICuLn612bmL5e6GP5aBQ4uOcSLfce0PCRYGob0=";
sha256 = "sha256-Bios3h2bcR6PntFt6JWF7l5u6gjKaljS8HsKfTf+0X8=";
};
nativeBuildInputs = [ makeWrapper ];