Unverified Commit d78238fc authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

fwts: 23.11.00 -> 24.01.00
parents cf1703d7 81dbffe4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };