ugs: 2.1.9 -> 2.1.12

This commit is contained in:
R. Ryantm
2025-01-13 03:09:27 +00:00
parent ebc074d89f
commit cc3615d68e
+2 -2
View File
@@ -19,11 +19,11 @@ let
in
stdenv.mkDerivation rec {
pname = "ugs";
version = "2.1.9";
version = "2.1.12";
src = fetchzip {
url = "https://github.com/winder/Universal-G-Code-Sender/releases/download/v${version}/UniversalGcodeSender.zip";
hash = "sha256-cZlBIafz+SZHP5xY6PupoCrbCng9lx9mbixBWiV6ufQ=";
hash = "sha256-HJMJ9bPo7YGQOrI5eM0MRPDoPawyWcr0YY2CBBkijpA=";
};
dontUnpack = true;