Merge pull request #94327 from r-ryantm/auto-update/thc-hydra
thc-hydra: 9.0 -> 9.1
This commit is contained in:
commit
869bf4f76c
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "thc-hydra";
|
pname = "thc-hydra";
|
||||||
version = "9.0";
|
version = "9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vanhauser-thc";
|
owner = "vanhauser-thc";
|
||||||
repo = "thc-hydra";
|
repo = "thc-hydra";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09d2f55wky1iabnl871d4r6dyyvr8zhp47d9j1p6d0pvdv93kl4z";
|
sha256 = "1533h9z5jdlazwy0z7ll2753i507wq55by7rm9lh6y59889p0hps";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = let
|
postPatch = let
|
||||||
|
Loading…
Reference in New Issue
Block a user