fwts: 19.01.00 -> 19.02.00 (#56665)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwts/versions
This commit is contained in:
R. RyanTM 2019-03-15 09:00:01 -07:00 committed by xeji
parent 66002ce902
commit 357602afaf

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "fwts-${version}"; name = "fwts-${version}";
version = "19.01.00"; version = "19.02.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 = "00vixb8kml5hgdqscqr9biwbvivfjwpf1fk53425kdqzyg6bqsmq"; sha256 = "1rjyfscchman9ih0473hgzvfzrvkfwl5bjf7c9ksr3d9plz3n7ad";
stripRoot = false; stripRoot = false;
}; };