Unverified Commit 11bb3ff5 authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

ugs: 2.1.13 -> 2.1.14 (#406590)

parents 34920af6 0873a65a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "ugs";
  version = "2.1.13";
  version = "2.1.14";

  src = fetchzip {
    url = "https://github.com/winder/Universal-G-Code-Sender/releases/download/v${version}/UniversalGcodeSender.zip";
    hash = "sha256-LgbZds747/ll9kwIlDR62c9GcnxTcz1TNbAAVXwg3wY=";
    hash = "sha256-yPamI5Ww56J+jQ3IZW2VKtyW19SHZ1Cxhq2dOAOiUMo=";
  };

  dontUnpack = true;