Skip to content

Commit bf1ceff

Browse files
committed
1 parent 084215b commit bf1ceff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/graphics/hydrus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
python3Packages.buildPythonPackage rec {
1717
pname = "hydrus";
18-
version = "591";
18+
version = "595";
1919
format = "other";
2020

2121
src = fetchFromGitHub {
2222
owner = "hydrusnetwork";
2323
repo = "hydrus";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-JhCnSNmCOEJdM5aEPpYWLpKy/EQ9BoN1A/aUAaILWtQ=";
25+
hash = "sha256-bIUtFpAMCIeLAyGXi4Rgn8FmijN5NwbkC31JoVyjNdg=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)