forked from mirrors/nixpkgs
portfolio: 0.59.0 -> 0.59.1
https://github.com/buchen/portfolio/releases/tag/0.59.1
This commit is contained in:
parent
e2f8343087
commit
994a2f0d4b
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue