lol

step-ca: backport patch to fix broken test (#442258)

authored by

Leona Maroni and committed by
GitHub
f88f6a50 b499a542

+11
+11
pkgs/by-name/st/step-ca/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 + fetchpatch2, 5 6 buildGoModule, 6 7 coreutils, 7 8 pcsclite, ··· 25 26 forceFetchGit = true; 26 27 hash = "sha256-ZIpsSNdQVkelo5b3H03N8qToHU7z+lalAE7Ur6m2YwY="; 27 28 }; 29 + 30 + patches = [ 31 + # fix broken test TestHandler_RevokeCert 32 + # https://github.com/smallstep/certificates/pull/2370 33 + # TODO: remove at next release 34 + (fetchpatch2 { 35 + url = "https://github.com/smallstep/certificates/commit/b7e59c97f3b8a95a24153aeb85959118953f2bb4.patch?full_index=1"; 36 + hash = "sha256-GKGKUj4hpS4jo6sMvUhnD3BeE+f5vnxY5tK0a2pwpNM="; 37 + }) 38 + ]; 28 39 29 40 vendorHash = "sha256-gGPrrl5J8UrjUpof2DaSs1fAQsMSsyAMlC67h5V75+k="; 30 41