fwts: 19.03.00 -> 19.05.00

This commit is contained in:
Will Dietz 2019-05-16 08:39:22 -05:00
parent 15eb98dcec
commit b911ce24e6
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.03.00";
version = "19.05.00";
src = fetchzip {
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
sha256 = "1zri73qmpgc0dwmdcfbcywcvxld7dqz7rkwwqncfkvvfc9zchk5l";
sha256 = "0hhwp25a7lknzmbbm067nxlzgyb3p7gh119jra2gdkm6d3p2gc47";
stripRoot = false;
};