Commit 2568a1f9 authored by R. RyanTM's avatar R. RyanTM Committed by Peter Hoeg
Browse files

xca: 2.6.0 -> 2.7.0

parent 8a2f45a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xca";
  version = "2.6.0";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "chris2511";
    repo = "xca";
    rev = "RELEASE.${finalAttrs.version}";
    hash = "sha256-E0Ap+JDK/oYTG+uaRHsdOxyLIywlYJ01T4ANQhNH220=";
    hash = "sha256-Ty6j0Fl2smMGxp+1nnD3Fu83bn19gqtRKSA1wDgNZes=";
  };

  buildInputs = [ openssl qtbase ];