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 084215b commit bf1ceffCopy full SHA for bf1ceff
pkgs/applications/graphics/hydrus/default.nix
@@ -15,14 +15,14 @@
15
16
python3Packages.buildPythonPackage rec {
17
pname = "hydrus";
18
- version = "591";
+ version = "595";
19
format = "other";
20
21
src = fetchFromGitHub {
22
owner = "hydrusnetwork";
23
repo = "hydrus";
24
rev = "refs/tags/v${version}";
25
- hash = "sha256-JhCnSNmCOEJdM5aEPpYWLpKy/EQ9BoN1A/aUAaILWtQ=";
+ hash = "sha256-bIUtFpAMCIeLAyGXi4Rgn8FmijN5NwbkC31JoVyjNdg=";
26
};
27
28
nativeBuildInputs = [
0 commit comments