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

fwts: 23.11.00 -> 24.01.00
This commit is contained in:
Mario Rodas 2024-01-28 08:03:56 -05:00 committed by GitHub
commit d78238fc08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "fwts";
version = "23.11.00";
version = "24.01.00";
src = fetchzip {
url = "https://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz";
sha256 = "sha256-3cusxMFIYGKJ+ocQPc77bzHkyQhikLo1szSgE59aK9s=";
sha256 = "sha256-MXWmKxcxgSVCSeeGlWsa8JTBa5hLyvGPZ0811w+s+yA=";
stripRoot = false;
};