lol

Merge pull request #36993 from ryantm/auto-update/fwts

fwts: 18.01.00 -> 18.02.00

authored by

Matthew Justin Bauer and committed by
GitHub
ab57474b 45bc292f

+2 -2
+2 -2
pkgs/os-specific/linux/fwts/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 name = "fwts-${version}"; 6 - version = "18.01.00"; 6 + version = "18.02.00"; 7 7 8 8 src = fetchzip { 9 9 url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz"; 10 - sha256 = "043wkq4hz5pz79masppya67b8i5jw61p1j8dw17jwc8w6gp8csfb"; 10 + sha256 = "0z8yvicp4qk1xi8xmbrngnc294fjdnb9qn5d9lnyls4i6mmvpr2d"; 11 11 stripRoot = false; 12 12 }; 13 13