qcad: 3.29.6.5 -> 3.30.0.0

This commit is contained in:
R. Ryantm 2024-06-13 04:42:13 +00:00
parent 0e3a6393a0
commit b2404b1ed8

View File

@ -18,14 +18,14 @@
mkDerivation rec {
pname = "qcad";
version = "3.29.6.5";
version = "3.30.0.0";
src = fetchFromGitHub {
name = "qcad-${version}-src";
owner = "qcad";
repo = "qcad";
rev = "v${version}";
hash = "sha256-2x3np1cmjJ/IN/vSqKX6mTQbtFROxPzhXPjeJ6mxe9k=";
hash = "sha256-KpY/GjagRx0XkH18dDJcf6JfkT/0V8ZHJ5DHtAEUaF4=";
};
patches = [