Skip to content

Commit 9b722b7

Browse files
authored
portfolio: 0.76.0 -> 0.76.1 (#404861)
2 parents 25114ba + b781201 commit 9b722b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/portfolio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ let
3434
in
3535
stdenvNoCC.mkDerivation (finalAttrs: {
3636
pname = "PortfolioPerformance";
37-
version = "0.76.0";
37+
version = "0.76.1";
3838

3939
src = fetchurl {
4040
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
41-
hash = "sha256-F3U6CU6hZktN2Lq9pPRAw7OSLubEz6ddTAym5azRj1c=";
41+
hash = "sha256-e4ZdygS7x5cD9SD9+n7fBWAfAPiJLwQXlApTR8OkXeI=";
4242
};
4343

4444
nativeBuildInputs = [

0 commit comments

Comments
 (0)