lol

cfssl: 1.6.0 -> 1.6.1

+2 -2
+2 -2
pkgs/tools/security/cfssl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cfssl"; 5 - version = "1.6.0"; 5 + version = "1.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cloudflare"; 9 9 repo = "cfssl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-29HEaW5LCoHcuJrfVUN2hnsRtaSTrvIBo8ok2UJbfuQ="; 11 + sha256 = "sha256-QY04MecjQTmrkPkWcLkXJWErtaw7esb6GnPIKGTJL34="; 12 12 }; 13 13 14 14 subPackages = [