lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

cfssl: 1.6.2 -> 1.6.3

+2 -2
+2 -2
pkgs/tools/security/cfssl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cfssl"; 5 - version = "1.6.2"; 5 + version = "1.6.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cloudflare"; 9 9 repo = "cfssl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-cyriV6z904QlkDlP80CSpakISJn7S81/2fcspAf5uk4="; 11 + sha256 = "sha256-aZjb4mWoevRnPyL+b7H+VjIVklNe+u054OsmJbxPx4g="; 12 12 }; 13 13 14 14 subPackages = [