pcb2gcode: 2.2.2 -> 2.2.3

This commit is contained in:
R. RyanTM 2021-02-14 05:52:21 +00:00
parent b5c9a550b9
commit aad5cf59ba

View file

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