zef: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm 2023-03-19 01:58:27 +00:00
parent d384095645
commit 5772f8e64a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zef";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-u/K1R0ILoDvHvHb0QzGB4YHlIf70jVeVEmrquv2U0S8=";
sha256 = "sha256-F4q8cHM1CLp9FLZTo6WmxEiK2sqmAx3LOHevNXn2kOw=";
};
nativeBuildInputs = [ makeWrapper ];