1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

fwts: 19.07.00 -> 19.08.00

This commit is contained in:
Will Dietz 2019-08-29 14:21:56 -05:00
parent 9dbda3eddf
commit 0998d084c3
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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