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 25114ba + b781201 commit 9b722b7Copy full SHA for 9b722b7
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.0";
+ version = "0.76.1";
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-F3U6CU6hZktN2Lq9pPRAw7OSLubEz6ddTAym5azRj1c=";
+ hash = "sha256-e4ZdygS7x5cD9SD9+n7fBWAfAPiJLwQXlApTR8OkXeI=";
42
};
43
44
nativeBuildInputs = [
0 commit comments