1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

twa: 1.6.0 -> 1.6.2
This commit is contained in:
Jörg Thalheim 2018-11-18 11:07:48 +00:00 committed by GitHub
commit 122f77a8d3
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.0";
version = "1.6.2";
src = fetchFromGitHub {
owner = "trailofbits";
repo = "twa";
rev = version;
sha256 = "19jn4wp4f0vp2bxvrbyhjrwqgbphr5y1l17qawy8vdv3yswbyw46";
sha256 = "0b3wg6ia4dbf47baz3c6jinsi31n8iq7jrlsq86jr2ncggq7hlhj";
};
dontBuild = true;