pcb2gcode: 2.1.0 -> 2.2.2

This commit is contained in:
R. RyanTM 2021-02-03 20:19:44 +00:00
parent 60d9784263
commit 32254ccdea

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 ];