Unverified Commit 94484047 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

gnucash: 5.2 -> 5.3
parents 0eaf5f33 858374d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [