ugs: 2.1.8 -> 2.1.9 (#342409)

This commit is contained in:
R. RyanTM 2024-09-17 23:50:02 +10:00 committed by GitHub
parent f1e3be2f53
commit 9df5b33fad
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.8";
version = "2.1.9";
src = fetchzip {
url = "https://github.com/winder/Universal-G-Code-Sender/releases/download/v${version}/UniversalGcodeSender.zip";
hash = "sha256-2rGxo8Yu0i93CXmnkKJwjez3vXzaO69/ztwjXxgWtyo=";
hash = "sha256-cZlBIafz+SZHP5xY6PupoCrbCng9lx9mbixBWiV6ufQ=";
};
dontUnpack = true;