qcad: fix src

This commit is contained in:
Jonathan Ringer 2022-02-07 11:24:46 -08:00
parent ac5b189b0c
commit a52db119e1
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

@ -21,10 +21,11 @@ mkDerivation rec {
version = "3.27.1.6";
src = fetchFromGitHub {
name = "qcad-${version}-src";
owner = "qcad";
repo = "qcad";
rev = "v${version}";
sha256 = "sha256-ouvWE1fa4DfPLqFYuMsUPWDx/NUaoCc7TfR6Ed0uuF4=";
sha256 = "sha256-NnaCwbk8w0ZPnBz7xxs5LMFMUSnEERCSRBXpJL0u+s0=";
};
patches = [