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 = [
@@ -164,8 +164,8 @@ in rec {
});
terraform_0_15 = pluggable (generic {
version = "0.15.2";
sha256 = "1zsid3ri52cjhn4gr2vgnyf50zmqiz71fh18fkakql8vsqzb3zr0";
version = "0.15.3";
sha256 = "12dny8f89ry75ljarhdqlwgzv6py75s1wcmb62n5fp9nk03bjf2p";
vendorSha256 = "13ap1arn81lcxry08j42ck6lgvdcvdxgah6d40pmpkzkw9jcf55b";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };