mommy: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-12-01 12:27:56 +00:00
parent 5b8b5188e3
commit f448e55e52
+2 -2
View File
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mommy";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "FWDekker";
repo = "mommy";
rev = "v${version}";
hash = "sha256-ZxGHoBRWeGdUelykDdR51HigB85IrvNyswWjCTaOLvg=";
hash = "sha256-G/8gUoJ6zKtSVlxrMYAkPX28SNG9XnLE72FZkqGhe+o=";
};
nativeBuildInputs = [ makeWrapper ];