zef: 0.19.1 -> 0.20.0

This commit is contained in:
R. Ryantm 2023-10-24 06:57:07 +00:00
parent 6c5458cf32
commit 60a0ada1f8

View File

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