Merge pull request #240078 from nevivurn/feat/gnucash-53

gnucash: 5.2 -> 5.3
This commit is contained in:
Weijia Wang 2023-06-27 13:13:05 +03:00 committed by GitHub
commit 9448404733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,12 @@
stdenv.mkDerivation rec {
pname = "gnucash";
version = "5.2";
version = "5.3";
# raw source code doesn't work out of box; fetchFromGitHub not usable
src = fetchurl {
url = "https://github.com/Gnucash/gnucash/releases/download/${version}/${pname}-${version}.tar.bz2";
hash = "sha256-SCYXa35wu4ifmcIG+v+t2JJijXhSVxXp9xKOz0ixRoA=";
hash = "sha256-FFjLCMWF6unXJL7G8oErzAO76D7SlKRqeJeqqwGm8Vo=";
};
nativeBuildInputs = [