fwts: 23.11.00 -> 24.01.00

This commit is contained in:
R. Ryantm 2024-01-25 07:54:41 +00:00
parent 06570e5418
commit 81dbffe493

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