Skip to content

Commit

Permalink
gnucash: 4.4 -> 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 28, 2021
1 parent e424c91 commit 8ec9cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/gnucash/default.nix
Expand Up @@ -25,11 +25,11 @@ in

stdenv.mkDerivation rec {
pname = "gnucash";
version = "4.4";
version = "4.5";

src = fetchurl {
url = "mirror://sourceforge/gnucash/${pname}-${version}.tar.bz2";
sha256 = "sha256-2R4NEmtGHXHeG8GyDZzxQnBDU97AfT5lmdE4QidZ5no=";
sha256 = "sha256-vB9IqEU0iKLp9rg7aGE6pVyuvk0pg0YL2sfghLRs/9w=";
};

nativeBuildInputs = [ pkg-config makeWrapper cmake gtest ];
Expand Down

0 comments on commit 8ec9cde

Please sign in to comment.