lol

hydrus: 627 -> 631

R. Ryantm d6f91cb4 4481a556

+2 -2
+2 -2
pkgs/by-name/hy/hydrus/package.nix
··· 16 16 17 17 python3Packages.buildPythonApplication rec { 18 18 pname = "hydrus"; 19 - version = "627"; 19 + version = "631"; 20 20 format = "other"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "hydrusnetwork"; 24 24 repo = "hydrus"; 25 25 tag = "v${version}"; 26 - hash = "sha256-7zV+sQ22hrvCqMk7ePlAhSYG2495pEAyZYrep3NYoXE="; 26 + hash = "sha256-YZnlQIiq0dUGEnQgVCTvNS+kuSpXlaAN5UvZAQ3xeZM="; 27 27 }; 28 28 29 29 nativeBuildInputs = [