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-03-31 09:21:31 -0700
committerobadz <obadz-git@obadz.com>2018-03-31 20:23:42 +0100
commit57be746d5c0c5639d2e7186352f3f4471dd346e5 (patch)
treefb90d6c0801a7b3de03f58948b5838949ef76186 /pkgs/os-specific/linux/fwts
parentab8d1d8df6b0a047fbb387415525bf5eea17843e (diff)
downloadnixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.tar
nixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.tar.gz
nixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.tar.bz2
nixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.tar.lz
nixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.tar.xz
nixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.tar.zst
nixpkgs-57be746d5c0c5639d2e7186352f3f4471dd346e5.zip
fwts: 18.02.00 -> 18.03.00
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
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts -h` got 0 exit code
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts --help` got 0 exit code
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts -V` and found version 18.03.00
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts -v` and found version 18.03.00
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts --version` and found version 18.03.00
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts -h` and found version 18.03.00
- ran `/nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00/bin/fwts --help` and found version 18.03.00
- found 18.03.00 with grep in /nix/store/vvq9vagwr2qzs3xg1ssrkpbiwk6ayq2c-fwts-18.03.00
- directory tree listing: https://gist.github.com/cf8ebe142dd89bc324517d19193e70f4
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 c4c49515f04..c02bfb1615c 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.02.00";
+  version = "18.03.00";
 
   src = fetchzip {
     url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
-    sha256 = "0z8yvicp4qk1xi8xmbrngnc294fjdnb9qn5d9lnyls4i6mmvpr2d";
+    sha256 = "1f2gdnaygsj0spd6a559bzf3wii7l59k3sk49rjbbdb9g77nkhg2";
     stripRoot = false;
   };