fwts: 24.01.00 -> 24.03.00

This commit is contained in:
R. Ryantm 2024-04-29 09:09:44 +00:00
parent f2c7ecb8a4
commit 2038b920a8

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;
};