Merge pull request #42503 from r-ryantm/auto-update/fwts

fwts: 18.05.00 -> 18.06.02
This commit is contained in:
Matthew Bauer 2018-06-28 22:04:41 -04:00 committed by GitHub
commit 9241cb1b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "fwts-${version}";
version = "18.05.00";
version = "18.06.02";
src = fetchzip {
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
sha256 = "0ixc82zdv4cfj8g2mwd851fc47cpjj81mwjhn00n5wddb9cxmgkj";
sha256 = "1j7yn3qyy9baylhjvr9j8hiyl1nc7la1j4fffvxk8qvxakwxbyl2";
stripRoot = false;
};