ugs: 2.1.6 -> 2.1.7

This commit is contained in:
R. Ryantm 2024-05-17 15:18:12 +00:00
parent 704511c072
commit 54c34369ab

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;