1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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 {
name = "fwts-${version}";
version = "19.06.00";
version = "19.07.00";
src = fetchzip {
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
sha256 = "1aza6j323a908vlz3vkn0hda0jm34njg81aak1g4pqvmzhrg47ls";
sha256 = "04h99ri3nzhxr2js2a04bcj6zm17zlybqzv528j6hr6v0pv5wn4p";
stripRoot = false;
};