qcad: 3.29.0.0 -> 3.29.2.0

This commit is contained in:
R. Ryantm 2024-01-19 13:48:04 +00:00
parent 3fd2c02d52
commit 2fe4987c28

View File

@ -18,14 +18,14 @@
mkDerivation rec {
pname = "qcad";
version = "3.29.0.0";
version = "3.29.2.0";
src = fetchFromGitHub {
name = "qcad-${version}-src";
owner = "qcad";
repo = "qcad";
rev = "v${version}";
sha256 = "sha256-Nx16TJrtxUUdeSobTYdgoDUzm1IcTGbaKnW/9YXozgo=";
sha256 = "sha256-7SX0hBSySY8AgmIwVjuszrfdfVKZ8axQzkpON9mjHgg=";
};
patches = [