diff options
author | makefu <github@syntax-fehler.de> | 2020-03-19 13:15:04 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-03-19 13:15:04 +0100 |
commit | cbd9b1923236566893f12a9ce96bec7c9f59fcda (patch) | |
tree | d7f5a6195560dcc5eff3f362d5d017f98a625964 /makefu/5pkgs/custom/hydra-check | |
parent | 6ef2bcc9f1202bf1916bc23b44a491040da98c07 (diff) |
ma pkgs.hydra-check: 1.0.0 -> 1.1.0
Diffstat (limited to 'makefu/5pkgs/custom/hydra-check')
-rw-r--r-- | makefu/5pkgs/custom/hydra-check/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/5pkgs/custom/hydra-check/default.nix b/makefu/5pkgs/custom/hydra-check/default.nix index 512ceec9f..cfaaaab73 100644 --- a/makefu/5pkgs/custom/hydra-check/default.nix +++ b/makefu/5pkgs/custom/hydra-check/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { name = "hydra-check"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { - owner = "makefu"; + owner = "nix-community"; repo = "hydra-check"; rev = version; - sha256 = "0359s9rvl2q23a3yddhbn6w2sd5r1f1jl6whyik7qql7blpcvyi7"; + sha256 = "1q4n5l238lnzcms3z1ax4860inaliawqlxv7nf1wb4knl4wr26fk"; }; propagatedBuildInputs = [ docopt |