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
commit bcb85a534a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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