Skip to content

Commit

Permalink
fwts: 20.07.00 -> 20.08.00
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 23, 2020
1 parent 6dad7dd commit a82cfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/fwts/default.nix
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "fwts";
version = "20.07.00";
version = "20.08.00";

src = fetchzip {
url = "http://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz";
sha256 = "0azhcnlfziwn8wvw3fly2jfjyg53m8zba3jlcxgzrasgb0kvzb1c";
sha256 = "098vxj5sd2nm88jmj6cxzcvid8w81m8fxdz881iki0pi7ysixa5q";
stripRoot = false;
};

Expand Down

0 comments on commit a82cfbb

Please sign in to comment.