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

fwts: 24.01.00 -> 24.03.00
This commit is contained in:
Weijia Wang
2024-05-05 17:58:45 +02:00
committed by GitHub
+2 -2
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "fwts";
version = "24.01.00";
version = "24.03.00";
src = fetchzip {
url = "https://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz";
sha256 = "sha256-MXWmKxcxgSVCSeeGlWsa8JTBa5hLyvGPZ0811w+s+yA=";
sha256 = "sha256-UKL5q5sURSVXvEOzoZdG+wWBSS5f9YWo5stViY3F2vg=";
stripRoot = false;
};