Unverified Commit 96d9ee31 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #308245 from r-ryantm/auto-update/malcontent

malcontent: 0.11.1 -> 0.12.0
parents ab2d574f 8b9f0abc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

stdenv.mkDerivation rec {
  pname = "malcontent";
  version = "0.11.1";
  version = "0.12.0";

  outputs = [ "bin" "out" "lib" "pam" "dev" "man" "installedTests" ];

@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
    owner = "pwithnall";
    repo = "malcontent";
    rev = version;
    hash = "sha256-NZwVCnQrEG2gecUjuWe1+cyWFR3OdYJCmj87V14Uwjw=";
    hash = "sha256-UK/WVqDMkwIqkTFFjzh7PRCA/Ej8Iyu33FasnAEApRs=";
  };

  patches = [