Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-07 06:20:24 +00:00
committed by GitHub
9 changed files with 113 additions and 16 deletions
@@ -9,14 +9,14 @@
pythonPackages.buildPythonPackage rec {
pname = "hydrus";
version = "436";
version = "438";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "sha256-FXm8VUEY0OZ6/dc/qNwOXekhv5H2C9jjg/eNDoMvMn0==";
sha256 = "sha256-iBJkbVUlsjt26SbDe92eIrWKQwWBhkjjeLM14Pm/obc=";
};
nativeBuildInputs = [