Skip to content

Commit

Permalink
mmex: v1.3.1 -> v1.3.3 (#23732)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjscott authored and joachifm committed Mar 13, 2017
1 parent 14db0b9 commit 09c7377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/mmex/default.nix
Expand Up @@ -2,15 +2,15 @@


let
version = "1.3.1";
version = "1.3.3";
in
stdenv.mkDerivation {
name = "money-manager-ex-${version}";

src = fetchgit {
url = "https://github.com/moneymanagerex/moneymanagerex.git";
rev = "refs/tags/v${version}";
sha256 = "1cmwmvlzg7r85qq23lbbmq2y91vhf9f5pblpja5ph98bsd218pc0";
sha256 = "0r4n93z3scv0i0zqflsxwv7j4yl8jy3gr0m4l30y1q8qv0zj9n74";
};

buildInputs = [ sqlite wxGTK30 gettext ];
Expand Down

0 comments on commit 09c7377

Please sign in to comment.