mmex: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-09-12 09:19:35 +00:00
parent acbc6a959f
commit 024e5422ff
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "money-manager-ex";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "moneymanagerex";
repo = "moneymanagerex";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-gpDwfRKXgp6hEpitflVIAIOU/k3Fx6hKKhyzQvLlog8=";
hash = "sha256-U8DvJPJwShbuKlKsWylH9kUEEw8/SY8KnYWNyInhE9k=";
};
postPatch = ''