mmex: 1.9.0 -> 1.9.1

R. Ryantm 024e5422 acbc6a95

+2 -2
+2 -2
pkgs/by-name/mm/mmex/package.nix
··· 20 21 stdenv.mkDerivation rec { 22 pname = "money-manager-ex"; 23 - version = "1.9.0"; 24 25 src = fetchFromGitHub { 26 owner = "moneymanagerex"; 27 repo = "moneymanagerex"; 28 tag = "v${version}"; 29 fetchSubmodules = true; 30 - hash = "sha256-gpDwfRKXgp6hEpitflVIAIOU/k3Fx6hKKhyzQvLlog8="; 31 }; 32 33 postPatch = ''
··· 20 21 stdenv.mkDerivation rec { 22 pname = "money-manager-ex"; 23 + version = "1.9.1"; 24 25 src = fetchFromGitHub { 26 owner = "moneymanagerex"; 27 repo = "moneymanagerex"; 28 tag = "v${version}"; 29 fetchSubmodules = true; 30 + hash = "sha256-U8DvJPJwShbuKlKsWylH9kUEEw8/SY8KnYWNyInhE9k="; 31 }; 32 33 postPatch = ''