Skip to content

Commit

Permalink
xca: 2.6.0 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and peterhoeg committed Aug 28, 2024
1 parent 8a2f45a commit 2568a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/xca/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2568a1f

Please sign in to comment.