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

Commits on Oct 5, 2019

  1. croc: 6.1.3 -> 6.1.4

    HugoReeves committed Oct 5, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f947a31 View commit details
  2. Merge pull request #70444 from HugoReeves/master

    croc: 6.1.3 -> 6.1.4
    marsam authored Oct 5, 2019
    Copy the full SHA
    e29bd29 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.1.3";
version = "6.1.4";

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

src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "1qc655y1vvz0bk4rk78fl33s3dqz196zn08aczrb4ipbbj7hp8x8";
sha256 = "1qqmyqkzg8gcib6zzva9zqlv22zpg4lwc3dqi6yyaynmdgy9pk1m";
};

modSha256 = "00bnf4dc3i41s9wjpbc59nn7jwlhvp2zhdrjhjn5fwbc95pm4gm0";
modSha256 = "17vpfq3bsciq3vx5s2r3sv76aqsij3vvckqnk2w2sp346by5vavf";
subPackages = [ "." ];

meta = with stdenv.lib; {