2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 10:58:07 +00:00

xca: 2.1.2 -> 2.2.1

This commit is contained in:
R. RyanTM 2020-01-31 14:08:54 +00:00
parent 6ea79d2707
commit fe6bc9cb84

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 = ''