about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-28 08:03:56 -0500
committerGitHub <noreply@github.com>2024-01-28 08:03:56 -0500
commitd78238fc08eaa5c00336dc28064dfb03e81dea65 (patch)
treedc949c73962e4423181034e2a3edcdde3354d650 /pkgs/os-specific
parentcf1703d7b475fe47063b9e95e851c0c8659d7c8f (diff)
parent81dbffe493bf241a34786f82e1ad0d8bc889f3d8 (diff)
Merge pull request #283700 from r-ryantm/auto-update/fwts
fwts: 23.11.00 -> 24.01.00
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/fwts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/fwts/default.nix b/pkgs/os-specific/linux/fwts/default.nix
index bb4a1a1bd37c3..f04b8fcd21089 100644
--- a/pkgs/os-specific/linux/fwts/default.nix
+++ b/pkgs/os-specific/linux/fwts/default.nix
@@ -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;
   };