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.
1 parent 8a05ea5 commit e7605a6Copy full SHA for e7605a6
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