Skip to content

Commit

Permalink
mommy: 1.3.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 3, 2024
1 parent acdc68a commit 07ae70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/mommy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 07ae70b

Please sign in to comment.