Unverified Commit 1ecc13eb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

qcad: 3.29.6.2 -> 3.29.6.4
parents 8905cc57 fc92e060
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

mkDerivation rec {
  pname = "qcad";
  version = "3.29.6.2";
  version = "3.29.6.4";

  src = fetchFromGitHub {
    name = "qcad-${version}-src";
    owner = "qcad";
    repo = "qcad";
    rev = "v${version}";
    hash = "sha256-NKWuvhVGtlhWOfV0MWyViTgk0luA8mvnwQS0TZj7Ulc=";
    hash = "sha256-/Tz3brcny9wp8DnCvO7GpPczglJpJD0kWzBR6exRlPA=";
  };

  patches = [