Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

xca: 2.1.1 -> 2.1.2

+2 -2
+2 -2
pkgs/applications/misc/xca/default.nix
··· 3 4 mkDerivation rec { 5 name = "xca-${version}"; 6 - version = "2.1.1"; 7 8 src = fetchFromGitHub { 9 owner = "chris2511"; 10 repo = "xca"; 11 rev = "RELEASE.${version}"; 12 - sha256 = "1d09329a80axwqhxixwasd8scsmh23vsq1076amy5c8173s4ambi"; 13 }; 14 15 postPatch = ''
··· 3 4 mkDerivation rec { 5 name = "xca-${version}"; 6 + version = "2.1.2"; 7 8 src = fetchFromGitHub { 9 owner = "chris2511"; 10 repo = "xca"; 11 rev = "RELEASE.${version}"; 12 + sha256 = "0slfqmz0b01lwmrv4h78hmrsdrhcyc7sjzsxcw05ylgmhvdq3dw9"; 13 }; 14 15 postPatch = ''