ugs: 2.1.17 -> 2.1.18

This commit is contained in:
R. Ryantm
2026-02-02 14:59:56 +01:00
committed by Weijia Wang
parent 707051703c
commit f3f1db57ee
+2 -2
View File
@@ -19,11 +19,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ugs";
version = "2.1.17";
version = "2.1.18";
src = fetchzip {
url = "https://github.com/winder/Universal-G-Code-Sender/releases/download/v${finalAttrs.version}/UniversalGcodeSender.zip";
hash = "sha256-7Ed3oz6E/9pEX01Xk1UokRxo5vf80JrcdBaPoT7hgm4=";
hash = "sha256-GRoQ9Wg+OyjhBjjRiNVZlMQ6pukvj9i3p9UA+7B/Tww=";
};
dontUnpack = true;