summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-09-04 21:10:35 -0500
committerGitHub <noreply@github.com>2019-09-04 21:10:35 -0500
commit7e48d74986ada1cc8fd2a3a1d29ab3727088309e (patch)
tree1e8150efd9250c421a387ba88988b4eeafd4c282 /pkgs/os-specific
parentc96a378fb47a563df506f658a1634ce9280011fb (diff)
parent0998d084c338a0407391f2eaaab03d1f42d9be31 (diff)
Merge pull request #68062 from dtzWill/update/fwts-19.08.00
fwts: 19.07.00 -> 19.08.00
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/fwts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/fwts/default.nix b/pkgs/os-specific/linux/fwts/default.nix
index 07252b8bc31f..b5df553a97c3 100644
--- a/pkgs/os-specific/linux/fwts/default.nix
+++ b/pkgs/os-specific/linux/fwts/default.nix
@@ -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;
};