zef: 0.18.3 -> 0.19.1

This commit is contained in:
R. Ryantm 2023-09-08 01:35:14 +00:00
parent e6aa338820
commit cb1d6c17a3

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zef";
version = "0.18.3";
version = "0.19.1";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-/H8wHDMl2lJElsjNcNmTrijIeL1ohOkDzrO7LuOPhi4=";
sha256 = "sha256-tA3BH8YlOHCcbYht2mnZr05vtUfeHn6LGB5Hrylbrpw=";
};
nativeBuildInputs = [ makeWrapper ];