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

qcad: 3.29.4.1 -> 3.29.6.2
This commit is contained in:
Pol Dellaiera 2024-05-01 22:54:24 +02:00 committed by GitHub
commit 5d8050ccfc
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.4.1";
version = "3.29.6.2";
src = fetchFromGitHub {
name = "qcad-${version}-src";
owner = "qcad";
repo = "qcad";
rev = "v${version}";
hash = "sha256-00lPgiE3hsP3SL96ygBP91CaAWi1IGOYUO7zC/ORG1U=";
hash = "sha256-NKWuvhVGtlhWOfV0MWyViTgk0luA8mvnwQS0TZj7Ulc=";
};
patches = [