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-24 00:04:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 00:04:14 -0700
commite395ba077700f8575e4ad32ae4b2a22340b77fcf (patch)
tree6e84bc9cf95a78a70c6ec9860d24f4d72caa28e1 /pkgs/os-specific/linux/fwts
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.tar
nixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.tar.gz
nixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.tar.bz2
nixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.tar.lz
nixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.tar.xz
nixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.tar.zst
nixpkgs-e395ba077700f8575e4ad32ae4b2a22340b77fcf.zip
fwts: 18.05.00 -> 18.06.02
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/bs0xv1vsc6zf0cylv6j8iidiwcg9zqx9-fwts-18.06.02/bin/fwts passed the binary check.
- Warning: no invocation of /nix/store/bs0xv1vsc6zf0cylv6j8iidiwcg9zqx9-fwts-18.06.02/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.06.02 with grep in /nix/store/bs0xv1vsc6zf0cylv6j8iidiwcg9zqx9-fwts-18.06.02
- directory tree listing: https://gist.github.com/c871651eb151d0cf25aa751e4e925e27
- du listing: https://gist.github.com/a7b8160c0b4fbc5ed2fa237004865949
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 a3d8d0a0eec..40d6967c66f 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.05.00";
+  version = "18.06.02";
 
   src = fetchzip {
     url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
-    sha256 = "0ixc82zdv4cfj8g2mwd851fc47cpjj81mwjhn00n5wddb9cxmgkj";
+    sha256 = "1j7yn3qyy9baylhjvr9j8hiyl1nc7la1j4fffvxk8qvxakwxbyl2";
     stripRoot = false;
   };