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

malcontent: 0.11.1 -> 0.12.0

authored by Weijia Wang and committed by GitHub 96d9ee31 ab2d574f

+2 -2
+2 -2
pkgs/development/libraries/malcontent/default.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "malcontent"; 22 - version = "0.11.1"; 23 24 outputs = [ "bin" "out" "lib" "pam" "dev" "man" "installedTests" ]; 25 ··· 28 owner = "pwithnall"; 29 repo = "malcontent"; 30 rev = version; 31 - hash = "sha256-NZwVCnQrEG2gecUjuWe1+cyWFR3OdYJCmj87V14Uwjw="; 32 }; 33 34 patches = [
··· 19 20 stdenv.mkDerivation rec { 21 pname = "malcontent"; 22 + version = "0.12.0"; 23 24 outputs = [ "bin" "out" "lib" "pam" "dev" "man" "installedTests" ]; 25 ··· 28 owner = "pwithnall"; 29 repo = "malcontent"; 30 rev = version; 31 + hash = "sha256-UK/WVqDMkwIqkTFFjzh7PRCA/Ej8Iyu33FasnAEApRs="; 32 }; 33 34 patches = [