Merge pull request #82532 from r-ryantm/auto-update/croc
croc: 6.4.10 -> 8.0.3
This commit is contained in:
commit
94a67e67b8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "croc";
|
pname = "croc";
|
||||||
version = "6.4.10";
|
version = "8.0.3";
|
||||||
|
|
||||||
goPackagePath = "github.com/schollz/croc";
|
goPackagePath = "github.com/schollz/croc";
|
||||||
|
|
||||||
@ -10,15 +10,15 @@ buildGoModule rec {
|
|||||||
owner = "schollz";
|
owner = "schollz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w16k0h9zk4q6icyf79jw4zc1jy2h9yzw0bcmywq0pz0pqk6z4nw";
|
sha256 = "0jx6yxyxdnv4xzxsyfa7y1gm079rcsjqa1gmkh6bwkmhk6w5h1k9";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "069n9593jfrlbrfnzr4mxvs1v1y4fvgnc9kawahh2a1rzh3cxrvq";
|
modSha256 = "0d4mm840fjsbcyl98zg6d3i7qp1lmjkx07mh91d56jyf9j082g99";
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Easily and securely send things from one computer to another";
|
description = "Easily and securely send things from one computer to another";
|
||||||
homepage = https://github.com/schollz/croc;
|
homepage = "https://github.com/schollz/croc";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hugoreeves equirosa ];
|
maintainers = with maintainers; [ hugoreeves equirosa ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user