summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fwts
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-11 09:47:12 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-11 18:47:12 +0200
commitf550fa4a72951346493666fea7171732496d2d7f (patch)
tree42a637fa376f948fb24ba5dd3ab285503a0ca309 /pkgs/os-specific/linux/fwts
parentc16e4570591d0f392eb12edb36cc0102e128fd38 (diff)
downloadnixpkgs-f550fa4a72951346493666fea7171732496d2d7f.tar
nixpkgs-f550fa4a72951346493666fea7171732496d2d7f.tar.gz
nixpkgs-f550fa4a72951346493666fea7171732496d2d7f.tar.bz2
nixpkgs-f550fa4a72951346493666fea7171732496d2d7f.tar.lz
nixpkgs-f550fa4a72951346493666fea7171732496d2d7f.tar.xz
nixpkgs-f550fa4a72951346493666fea7171732496d2d7f.tar.zst
nixpkgs-f550fa4a72951346493666fea7171732496d2d7f.zip
fwts: 18.03.00 -> 18.05.00 (#41563)
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.

These checks were done:

- built on NixOS
- /nix/store/v5wy7231jv43gnni4s3jcq0lz1qx21bs-fwts-18.05.00/bin/fwts passed the binary check.
- Warning: no invocation of /nix/store/v5wy7231jv43gnni4s3jcq0lz1qx21bs-fwts-18.05.00/bin/kernelscan had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 18.05.00 with grep in /nix/store/v5wy7231jv43gnni4s3jcq0lz1qx21bs-fwts-18.05.00
- directory tree listing: https://gist.github.com/8fb4995cd885cdeea7a35d51b7edca3b
- du listing: https://gist.github.com/8cc61b948b8e0aa4a1a8088464c5536d
Diffstat (limited to 'pkgs/os-specific/linux/fwts')
-rw-r--r--pkgs/os-specific/linux/fwts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/fwts/default.nix b/pkgs/os-specific/linux/fwts/default.nix
index c02bfb1615c..a3d8d0a0eec 100644
--- a/pkgs/os-specific/linux/fwts/default.nix
+++ b/pkgs/os-specific/linux/fwts/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "fwts-${version}";
-  version = "18.03.00";
+  version = "18.05.00";
 
   src = fetchzip {
     url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
-    sha256 = "1f2gdnaygsj0spd6a559bzf3wii7l59k3sk49rjbbdb9g77nkhg2";
+    sha256 = "0ixc82zdv4cfj8g2mwd851fc47cpjj81mwjhn00n5wddb9cxmgkj";
     stripRoot = false;
   };