portfolio: 0.54.2 -> 0.55.0

This commit is contained in:
André Silva
2021-10-08 12:59:23 +01:00
parent 526221d06e
commit bcae9bb64f
@@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, autoPatchelfHook
, fetchurl
, glibc
@@ -24,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.54.2";
version = "0.55.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-fKUKVeR0q8oylpwF4d3jnkON4vbQ80Fc9WYWStb67ek=";
sha256 = "0s7qb7z2wiypiahw1y1lz9pbhxcacj5myzy0qcqjrpnaq7ymvs05";
};
nativeBuildInputs = [