Merge pull request #282058 from r-ryantm/auto-update/qcad

qcad: 3.29.0.0 -> 3.29.2.0
This commit is contained in:
Weijia Wang 2024-01-22 07:26:16 +01:00 committed by GitHub
commit 261366b039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [