Merge pull request #56766 from r-ryantm/auto-update/twa

twa: 1.7.1 -> 1.8.0
This commit is contained in:
Elis Hirwing 2019-03-03 09:02:53 +01:00 committed by GitHub
commit bcdab23bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
name = "twa-${version}";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "trailofbits";
repo = "twa";
rev = version;
sha256 = "10ayxaf8x9md3ijx2w7h1ysnk8ky20crg3kq6ishia6fgsl33g2p";
sha256 = "1xq35xyz5536nwrwmlp1wqa7q9jgh90ly7vdy3a5rvxnksx0b2l5";
};
dontBuild = true;