We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 028ee93 + e7605a6 commit ec3de9eCopy full SHA for ec3de9e
pkgs/by-name/po/portfolio/package.nix
@@ -34,11 +34,11 @@ let
34
in
35
stdenvNoCC.mkDerivation (finalAttrs: {
36
pname = "PortfolioPerformance";
37
- version = "0.76.1";
+ version = "0.76.2";
38
39
src = fetchurl {
40
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
41
- hash = "sha256-e4ZdygS7x5cD9SD9+n7fBWAfAPiJLwQXlApTR8OkXeI=";
+ hash = "sha256-Kb57COhAYOTZvRNriPw6ZGKczENz+RCnWs+P8rtJyeY=";
42
};
43
44
nativeBuildInputs = [
0 commit comments