Merge pull request #187916 from kilianar/portfolio-0.59.1

portfolio: 0.59.0 -> 0.59.1
This commit is contained in:
Bobby Rong 2022-08-28 16:29:03 +08:00 committed by GitHub
commit 24df12356d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
, stdenv
, autoPatchelfHook
, fetchurl
, glib-networking
, glibc
, gcc-unwrapped
, gtk3
@ -25,11 +26,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.59.0";
version = "0.59.1";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-dPmrj4DM3c9dLldi1ZfoLgchZellart9PfADormj2Gk=";
sha256 = "sha256-isa9hVs7bTWP0CDLLKKek7hUe4b5OuEkA5m9UARZZ30=";
};
nativeBuildInputs = [
@ -38,8 +39,9 @@ stdenv.mkDerivation rec {
];
buildInputs = [
glibc
gcc-unwrapped
glib-networking
glibc
libsecret
];