Merge pull request #312463 from r-ryantm/auto-update/ugs

ugs: 2.1.6 -> 2.1.7
This commit is contained in:
Pol Dellaiera 2024-05-18 18:05:32 +02:00 committed by GitHub
commit 58659d00ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
pname = "ugs";
version = "2.1.6";
version = "2.1.7";
src = fetchzip {
url = "https://github.com/winder/Universal-G-Code-Sender/releases/download/v${version}/UniversalGcodeSender.zip";
hash = "sha256-6L/4s/QmlTnYnhwLgPf7z8UVkBUYXi3Wb3doa5JCViE=";
hash = "sha256-HxaFGa7UG7dWtVKTLDRbhY7UCWeA6E50txz45bjb5uE=";
};
dontUnpack = true;