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: 4c9b89a764a8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e025a20c4c0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 10, 2020

  1. croc: 8.3.0 -> 8.3.1

    equirosa committed Sep 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    equirosa Eduardo Quirós
    Copy the full SHA
    98b8f5d View commit details

Commits on Sep 11, 2020

  1. Merge pull request #97719 from equirosa/croc

    croc: 8.3.0 -> 8.3.1
    marsam authored Sep 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e025a20 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/croc/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/croc/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "croc";
version = "8.3.0";
version = "8.3.1";

src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "0kl6sbq0lzrvf4wzz5bvz81ncmfw5lm7pjr2r2xx4sws1w006nq2";
sha256 = "118lx0phq68rxv71s5gy00qzzrp00qwh6kr85dx83nn1sbp54xx9";
};

vendorSha256 = "0qfrc3c4fsg3w2zcpdr93ilknxhshcysvin029va154sq3zmggbn";