hydrus: 631 -> 643

This commit is contained in:
KunyaKud
2025-10-19 00:39:57 +02:00
committed by GitHub
parent ff912ec706
commit 389c253df1
+2 -2
View File
@@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "hydrus";
version = "631";
version = "643";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
tag = "v${version}";
hash = "sha256-YZnlQIiq0dUGEnQgVCTvNS+kuSpXlaAN5UvZAQ3xeZM=";
hash = "sha256-8pxokenzKYXdvyNnNBQTphBi8FBAv85rnHSnEQrseLY=";
};
nativeBuildInputs = [