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

This commit is contained in:
ckie
2023-12-17 13:42:04 +02:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mommy";
version = "1.2.4";
version = "1.2.6";
src = fetchFromGitHub {
owner = "FWDekker";
repo = pname;
rev = "v${version}";
hash = "sha256-SqWhbhQeRUO0cD9Fv/nwKjTI3F0Sg2VhFZtrbyA9Wb4=";
hash = "sha256-5mf157hjDE/9YcLsThjadkknuEfPZS8Pp6mtNCWbvEw=";
};
nativeBuildInputs = [ makeWrapper ];