hydrus: 598 -> 609

This commit is contained in:
R. Ryantm
2025-02-17 04:53:42 +00:00
parent f16bb6e46d
commit f7a4f85e37
@@ -15,14 +15,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "598";
version = "609";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
tag = "v${version}";
hash = "sha256-i9XeZJgB0oDimoc0D5UTYSBs9C55QXC6HIxv2gP8vWY=";
hash = "sha256-yHRYGZ38H3nlOlo3NrSqG+2Z3kUiKMfHpMFvAM+T80U=";
};
nativeBuildInputs = [