Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 78ea376fe04e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 900052c8ed09
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 29, 2020

  1. cfssl: 1.4.1 -> 1.5.0

    r-ryantm committed Oct 29, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    mkg20001 Maciej Krüger
    Copy the full SHA
    9019cf9 View commit details
  2. Merge pull request #102022 from r-ryantm/auto-update/cfssl

    cfssl: 1.4.1 -> 1.5.0
    marsam authored Oct 29, 2020
    Copy the full SHA
    900052c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/cfssl/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/cfssl/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "cfssl";
version = "1.4.1";
version = "1.5.0";

src = fetchFromGitHub {
owner = "cloudflare";
repo = "cfssl";
rev = "v${version}";
sha256 = "07qacg95mbh94fv64y577zyr4vk986syf8h5l8lbcmpr0zcfk0pd";
sha256 = "1yzxz2l7h2d3f8j6l9xlm7g9659gsa17zf4q0883s0jh3l3xgs5n";
};

subPackages = [