Merge pull request #111604 from kanashimia/hydra-check

hydra-check: 1.1.1 -> 1.2.0
This commit is contained in:
Sandro 2021-02-02 00:34:32 +01:00 committed by GitHub
commit 453e15750e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hydra-check"; pname = "hydra-check";
version = "1.1.1"; version = "1.2.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "hydra-check"; repo = pname;
rev = version; rev = version;
sha256 = "1dmsscsib8ckp496gsfqxmq8d35zs71n99xmziq9iprvy7n5clq2"; sha256 = "EegoQ8qTrFGFYbCDsbAOE4Afg9haLjYdC0Cux/yvSk8=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [