Skip to content

Commit

Permalink
xca: 2.7.0 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 19, 2024
1 parent fb0baa4 commit 17d53e5
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.7.0";
version = "2.8.0";

src = fetchFromGitHub {
owner = "chris2511";
repo = "xca";
rev = "RELEASE.${finalAttrs.version}";
hash = "sha256-Ty6j0Fl2smMGxp+1nnD3Fu83bn19gqtRKSA1wDgNZes=";
hash = "sha256-2TqqHTutG+5YU2mJNTS3pvtEqV7qKVB+j/dipdmEkIk=";
};

buildInputs = [ openssl qtbase ];
Expand Down

0 comments on commit 17d53e5

Please sign in to comment.