Unverified Commit 0a973cf9 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #256911 from BlankParticle/update-keepassxc

keepassxc: 2.7.5 -> 2.7.6
parents 42d3e70b db522ccd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2336,6 +2336,15 @@
    github = "blaggacao";
    githubId = 7548295;
  };
  blankparticle = {
    name = "BlankParticle";
    email = "blankparticle@gmail.com";
    github = "BlankParticle";
    githubId = 130567419;
    keys = [{
      fingerprint = "1757 64C3 7065 AA8D 614D  41C9 0ACE 126D 7B35 9261";
    }];
  };
  blanky0230 = {
    email = "blanky0230@gmail.com";
    github = "blanky0230";
+3 −3
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
  pname = "keepassxc";
  version = "2.7.5";
  version = "2.7.6";

  src = fetchFromGitHub {
    owner = "keepassxreboot";
    repo = "keepassxc";
    rev = version;
    sha256 = "sha256-OBEjczUIkY3pQXJfsuNj9Bm2TIbVWEHqMSolQnSfvLE=";
    hash = "sha256-xgrkMz7BCBxjfxHsAz/CFLv1d175LnrAJIOZMM3GmU0=";
  };

  env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang (toString [
@@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://keepassxc.org/";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ jonafato srapenne ];
    maintainers = with maintainers; [ jonafato srapenne blankparticle ];
    platforms = platforms.linux ++ platforms.darwin;
  };
}