xca: 2.1.1 -> 2.1.2

This commit is contained in:
Peter Hoeg 2018-11-08 17:27:42 +08:00
parent a4594fc6a1
commit 9c0decaee5

View File

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