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

View file

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