fwts: 19.03.00 -> 19.05.00
This commit is contained in:
parent
15eb98dcec
commit
b911ce24e6
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fwts-${version}";
|
||||
version = "19.03.00";
|
||||
version = "19.05.00";
|
||||
|
||||
src = fetchzip {
|
||||
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
|
||||
sha256 = "1zri73qmpgc0dwmdcfbcywcvxld7dqz7rkwwqncfkvvfc9zchk5l";
|
||||
sha256 = "0hhwp25a7lknzmbbm067nxlzgyb3p7gh119jra2gdkm6d3p2gc47";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue