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

Commits on Jan 27, 2020

  1. croc: 6.4.8 -> 6.4.10

    HugoReeves committed Jan 27, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    ddec4ef View commit details

Commits on Jan 28, 2020

  1. Merge pull request #78634 from HugoReeves/update/croc

    croc: 6.4.8 -> 6.4.10
    marsam authored Jan 28, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    415acd1 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/croc/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/croc/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@

buildGoModule rec {
pname = "croc";
version = "6.4.8";
version = "6.4.10";

goPackagePath = "github.com/schollz/croc";

src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "03wm7agjwky9ma321x6as76rg053cagmni9ygwls82jjs2pvv0bv";
sha256 = "1w16k0h9zk4q6icyf79jw4zc1jy2h9yzw0bcmywq0pz0pqk6z4nw";
};

modSha256 = "011pcmfih8lg8l7hwdsq51p5brnhsddzv7mvsaw5sfv8nq9p8zc2";
modSha256 = "069n9593jfrlbrfnzr4mxvs1v1y4fvgnc9kawahh2a1rzh3cxrvq";
subPackages = [ "." ];

meta = with stdenv.lib; {