hydrus: 469 -> 470b

This commit is contained in:
Daniel Olsen 2022-01-19 22:59:38 +01:00
parent 2da332aa2d
commit c7193ca132

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "469";
version = "470b";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "sha256-1E85SIsLXeG+AUqQYCJxOlSwiT26OG+n/d9GbyryGCE=";
sha256 = "0v52krjcqykrm3zqj6idzvbpjv4fhbgvq2jr8k0g63f7db7p08h9";
};
nativeBuildInputs = [