commit
bfcf240cec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "croc";
|
pname = "croc";
|
||||||
version = "6.4.1";
|
version = "6.4.6";
|
||||||
|
|
||||||
goPackagePath = "github.com/schollz/croc";
|
goPackagePath = "github.com/schollz/croc";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||||||
owner = "schollz";
|
owner = "schollz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0sil1gxml4p4yysm8x6bpv5m0hvw4ss27b4c9wdag06lav0g4am0";
|
sha256 = "13sgjyrabr34a6sz8lzc21zvv5wc5lkgwbx0ar8afmikkrpdypln";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1w84xqnn9fnkakak6j069app4ybbxpwq79g8qypwvmqg5bhvzywg";
|
modSha256 = "1w84xqnn9fnkakak6j069app4ybbxpwq79g8qypwvmqg5bhvzywg";
|
||||||
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||||||
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 ];
|
maintainers = with maintainers; [ hugoreeves equirosa ];
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Croc is a command line tool written in Go that allows any two computers to
|
Croc is a command line tool written in Go that allows any two computers to
|
||||||
|
Loading…
Reference in New Issue
Block a user