Merge pull request #116033 from r-ryantm/auto-update/pcb2gcode

pcb2gcode: 2.2.3 -> 2.3.0
This commit is contained in:
Ryan Mulligan 2021-03-14 16:59:24 -07:00 committed by GitHub
commit 1561c538e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "pcb2gcode";
version = "2.2.3";
version = "2.3.0";
src = fetchFromGitHub {
owner = "pcb2gcode";
repo = "pcb2gcode";
rev = "v${version}";
sha256 = "sha256-CIhhwUsnX+Wx4hLNE8uQf17QbDDm4vCbv/XZVuCrWdw=";
sha256 = "sha256-BELugmnnedqXTnSwiQN3XbqkWKTKF27ElQAwrEWNSao=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];