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

pcb2gcode: 2.1.0 -> 2.2.2
This commit is contained in:
Ryan Mulligan 2021-02-05 12:50:16 -08:00 committed by GitHub
commit 1af5968e28
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.1.0";
version = "2.2.2";
src = fetchFromGitHub {
owner = "pcb2gcode";
repo = "pcb2gcode";
rev = "v${version}";
sha256 = "0nzglcyh6ban27cc73j4l7w7r9k38qivq0jz8iwnci02pfalw4ry";
sha256 = "sha256-GSLWpLp/InAxVolKmBIjljpe3ZzmS/87TWKwzax5SkY=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];