gnucash: 5.12 -> 5.13

https://github.com/Gnucash/gnucash/releases/tag/5.13
Diff: https://github.com/Gnucash/gnucash/compare/5.12...5.13

+4 -4
+4 -4
pkgs/by-name/gn/gnucash/package.nix
··· 37 in 38 stdenv.mkDerivation rec { 39 pname = "gnucash"; 40 - version = "5.12"; 41 42 # raw source code doesn't work out of box; fetchFromGitHub not usable 43 src = fetchurl { 44 url = "https://github.com/Gnucash/gnucash/releases/download/${version}/gnucash-${version}.tar.bz2"; 45 - hash = "sha256-s1tHVr4SvP2+1URo8wRD+lPyOFIKnOrVveLmxHc/vzk="; 46 }; 47 48 nativeBuildInputs = [ ··· 125 src = fetchFromGitHub { 126 owner = "Gnucash"; 127 repo = "gnucash-docs"; 128 - rev = version; 129 - hash = "sha256-9hXOgHdNtTcPOf44L2RrfOTXAgJi2Xu6gWnjDU7gHjU="; 130 }; 131 132 nativeBuildInputs = [ cmake ];
··· 37 in 38 stdenv.mkDerivation rec { 39 pname = "gnucash"; 40 + version = "5.13"; 41 42 # raw source code doesn't work out of box; fetchFromGitHub not usable 43 src = fetchurl { 44 url = "https://github.com/Gnucash/gnucash/releases/download/${version}/gnucash-${version}.tar.bz2"; 45 + hash = "sha256-CC7swzK3IvIj0/JRJibr5e9j+UqvXECeh1JsZURkrvU="; 46 }; 47 48 nativeBuildInputs = [ ··· 125 src = fetchFromGitHub { 126 owner = "Gnucash"; 127 repo = "gnucash-docs"; 128 + tag = version; 129 + hash = "sha256-EVK36JzK8BPe6St4FhhZEqdc07oaiePJ/EH2NHm3r1U="; 130 }; 131 132 nativeBuildInputs = [ cmake ];