Skip to content

Commit

Permalink
Merge pull request #73587 from HugoReeves/master
Browse files Browse the repository at this point in the history
croc: 6.2.0 -> 6.2.3
  • Loading branch information
marsam committed Nov 18, 2019
2 parents 74edb58 + 4893b27 commit 3377148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/croc/default.nix
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "croc";
version = "6.2.0";
version = "6.2.3";

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

src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "0pav0l7akzqgwj7yqkgbpl96kndlb41kg1vmb3g6xp7ykmbdsbbc";
sha256 = "13z3k0s7piwxxh87f04ldvxsd664jncwgmin397v5152bxadbgxp";
};

modSha256 = "02w4p877nvv7dril7l9nmj8xf3fnghxnj8kglxkv541vabvlpq03";
modSha256 = "0d9xhlszgy839naj4v2l613sn3nckx87cwwz1sh1rjwxarp8gqa9";
subPackages = [ "." ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 3377148

Please sign in to comment.