Commit e82f36e1 authored by R. RyanTM's avatar R. RyanTM
Browse files

qcad: 3.29.6.4 -> 3.29.6.5

parent 66cebe43
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.4";
  version = "3.29.6.5";

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

  patches = [