Unverified Commit 37efc104 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mommy: 1.5.0 -> 1.5.1 (#352824)

parents 26ed335b f6d0c1a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "mommy";
  version = "1.5.0";
  version = "1.5.1";

  src = fetchFromGitHub {
    owner = "FWDekker";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-kNhoEIzrPjCe6RA/GHFB/NtKjYFByM5TpxAwCLo5TDo=";
    hash = "sha256-RgneMpxUDMjfo1nVJpqCDaEAs3FRum4dWe8dNF9CCTo=";
  };

  nativeBuildInputs = [ makeWrapper ];