fwts: 24.03.00 -> 24.07.00

This commit is contained in:
R. Ryantm
2024-07-31 06:51:24 +00:00
parent 7fee7ae70f
commit 7e3e470486
+2 -2
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "fwts";
version = "24.03.00";
version = "24.07.00";
src = fetchzip {
url = "https://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz";
sha256 = "sha256-UKL5q5sURSVXvEOzoZdG+wWBSS5f9YWo5stViY3F2vg=";
sha256 = "sha256-h+KDXa5wQsT0HMgd0WDfsZM4Tg3Un+CWKa0slZ5cVbA=";
stripRoot = false;
};