Skip to content

Commit e7605a6

Browse files
committed
portfolio: 0.76.1 -> 0.76.2
1 parent 8a05ea5 commit e7605a6

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.1";
37+
version = "0.76.2";
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-e4ZdygS7x5cD9SD9+n7fBWAfAPiJLwQXlApTR8OkXeI=";
41+
hash = "sha256-Kb57COhAYOTZvRNriPw6ZGKczENz+RCnWs+P8rtJyeY=";
4242
};
4343

4444
nativeBuildInputs = [

0 commit comments

Comments
 (0)