Skip to content

Commit

Permalink
hydrus: 581 -> 588
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 30, 2024
1 parent 5d6ccc9 commit 8797176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/hydrus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "581";
version = "588";
format = "other";

src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-Q/EdqwIMCjeDtFAPlYd04NMpEgC6xUDGK5LwxDCiI9Y=";
hash = "sha256-0uRoOgpz3FSDedzx728jAPhrCAReVygkb5tZTTUxNEY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 8797176

Please sign in to comment.