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

qcad: 3.32.3.4 -> 3.32.5.0

parent 3a894238
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

stdenv.mkDerivation rec {
  pname = "qcad";
  version = "3.32.3.4";
  version = "3.32.5.0";

  src = fetchFromGitHub {
    name = "qcad-${version}-src";
    owner = "qcad";
    repo = "qcad";
    rev = "v${version}";
    hash = "sha256-6incOmg4AilVfoPu+crbvm/SFek3yptxrfHn7RGFF4o=";
    hash = "sha256-sg9Vrekh57JAQb1o8AWDkDuOs3ovELJ2WTTXPa+e3JU=";
  };

  patches = [