Skip to content

Commit

Permalink
Merge pull request #63251 from r-ryantm/auto-update/fwts
Browse files Browse the repository at this point in the history
fwts: 19.05.00 -> 19.06.00
  • Loading branch information
ryantm authored Jun 17, 2019
2 parents 7124645 + b2a78de commit d55c57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/fwts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "fwts-${version}";
version = "19.05.00";
version = "19.06.00";

src = fetchzip {
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
sha256 = "0hhwp25a7lknzmbbm067nxlzgyb3p7gh119jra2gdkm6d3p2gc47";
sha256 = "1aza6j323a908vlz3vkn0hda0jm34njg81aak1g4pqvmzhrg47ls";
stripRoot = false;
};

Expand Down

0 comments on commit d55c57a

Please sign in to comment.