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

qcad: 3.27.1.3 -> 3.27.1.6
This commit is contained in:
markuskowa 2022-02-01 22:41:03 +01:00 committed by GitHub
commit 3d3573c178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
mkDerivation rec {
pname = "qcad";
version = "3.27.1.3";
version = "3.27.1.6";
src = fetchFromGitHub {
owner = "qcad";
repo = "qcad";
rev = "v${version}";
sha256 = "sha256-DHDfDwGrYMRd5gxFaPL06B/wssQho9420MxUg8fI2r0=";
sha256 = "sha256-ouvWE1fa4DfPLqFYuMsUPWDx/NUaoCc7TfR6Ed0uuF4=";
};
patches = [