Merge pull request #78958 from r-ryantm/auto-update/xca

xca: 2.1.2 -> 2.2.1
This commit is contained in:
Peter Hoeg 2020-02-03 21:59:58 +08:00 committed by GitHub
commit 65c53582c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
mkDerivation rec { mkDerivation rec {
pname = "xca"; pname = "xca";
version = "2.1.2"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chris2511"; owner = "chris2511";
repo = "xca"; repo = "xca";
rev = "RELEASE.${version}"; rev = "RELEASE.${version}";
sha256 = "0slfqmz0b01lwmrv4h78hmrsdrhcyc7sjzsxcw05ylgmhvdq3dw9"; sha256 = "0na2816lkfkkvssh9kmf5vwy6x8kd4x7h138jzy61wrvs69vhnbi";
}; };
postPatch = '' postPatch = ''