mommy: 1.3.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-03-03 07:03:22 +00:00
parent acdc68ae37
commit 07ae70b15d

View File

@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mommy";
version = "1.3.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "FWDekker";
repo = pname;
rev = "v${version}";
hash = "sha256-9i/xKkMKGnRO6u8O2oKn5z1PZhMrwaK9f/BDzusH474=";
hash = "sha256-kNhoEIzrPjCe6RA/GHFB/NtKjYFByM5TpxAwCLo5TDo=";
};
nativeBuildInputs = [ makeWrapper ];