Commit c62afbb1 authored by R. RyanTM's avatar R. RyanTM
Browse files

pcb2gcode: 2.5.0 -> 3.0.1

parent e5de1253
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pcb2gcode";
  version = "2.5.0";
  version = "3.0.1";

  src = fetchFromGitHub {
    owner = "pcb2gcode";
    repo = "pcb2gcode";
    rev = "v${finalAttrs.version}";
    hash = "sha256-c5YabBqZn6ilIkF3lifTsYyLZMsZN21jDj1hNu0PRAc=";
    hash = "sha256-PCBROFFo+yE6ojoNImk+9hdXzt/Y8JEvmvKwES2KBwM=";
  };

  configureFlags = [