Merge pull request #253219 from r-ryantm/auto-update/fwts

fwts: 23.05.00 -> 23.07.00
This commit is contained in:
Weijia Wang 2023-09-05 11:57:44 +02:00 committed by GitHub
commit d843ae67b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "fwts";
version = "23.05.00";
version = "23.07.00";
src = fetchzip {
url = "https://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz";
sha256 = "sha256-LRsxgvo7XQ62gPjdH4F+03MQyRZ1VxEwokI9RvVkpKI=";
sha256 = "sha256-Fo5qdb0eT8taYfPAf5LQu0toNXcoVjNoDgeeAlUfbs4=";
stripRoot = false;
};