Merge pull request #289583 from r-ryantm/auto-update/mommy

mommy: 1.3.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2024-03-06 23:24:53 +01:00 committed by GitHub
commit 983b98a930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];