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

twa: 1.6.2 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2019-01-14 09:20:48 -08:00 committed by GitHub
commit bbf5f02584
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.6.2";
version = "1.7.0";
src = fetchFromGitHub {
owner = "trailofbits";
repo = "twa";
rev = version;
sha256 = "0b3wg6ia4dbf47baz3c6jinsi31n8iq7jrlsq86jr2ncggq7hlhj";
sha256 = "01si4i2xnb1ii4c28b2hh946xljkvskap0pc46s52zzl5hldv9sm";
};
dontBuild = true;