Merge pull request #190417 from r-ryantm/auto-update/thc-hydra
thc-hydra: 9.3 -> 9.4
This commit is contained in:
commit
68eac2f6d2
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "thc-hydra";
|
pname = "thc-hydra";
|
||||||
version = "9.3";
|
version = "9.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vanhauser-thc";
|
owner = "vanhauser-thc";
|
||||||
repo = "thc-hydra";
|
repo = "thc-hydra";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-SzbaU52IXw5+ztN/GKD6Ki6/cx2icoZEzLHBu/J8sk0=";
|
sha256 = "sha256-+UkMJmIUIt/yTGY07Q4nu1zbWQq5chTvMNQSh5U/fTU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = let
|
postPatch = let
|
||||||
|
@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
badPlatforms = platforms.darwin; # fails to build since v9.3
|
badPlatforms = platforms.darwin; # fails to build since v9.4
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue