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

fwts: 21.07.00 -> 22.09.00
This commit is contained in:
Stanisław Pitucha 2022-10-12 14:48:00 +11:00 committed by GitHub
commit dc626fd671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "fwts";
version = "21.07.00";
version = "22.09.00";
src = fetchzip {
url = "https://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz";
sha256 = "sha256-cTm8R7sUJk5aTjXvsxfBXX0J/ehVoqo43ILZ6VqaPTI=";
sha256 = "sha256-BaaUvRbon8V8RvAgw+AC9MCHC65Y/NFT1iFZ+B8P2Hk=";
stripRoot = false;
};