fwts: 19.06.00 -> 19.07.00

This commit is contained in:
Will Dietz 2019-07-25 20:00:33 -05:00
parent fd2b2b5cd5
commit ade72d9110
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "fwts-${version}"; name = "fwts-${version}";
version = "19.06.00"; version = "19.07.00";
src = fetchzip { src = fetchzip {
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz"; url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
sha256 = "1aza6j323a908vlz3vkn0hda0jm34njg81aak1g4pqvmzhrg47ls"; sha256 = "04h99ri3nzhxr2js2a04bcj6zm17zlybqzv528j6hr6v0pv5wn4p";
stripRoot = false; stripRoot = false;
}; };