mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
commit
bfcf240cec
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "croc";
|
||||
version = "6.4.1";
|
||||
version = "6.4.6";
|
||||
|
||||
goPackagePath = "github.com/schollz/croc";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||
owner = "schollz";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0sil1gxml4p4yysm8x6bpv5m0hvw4ss27b4c9wdag06lav0g4am0";
|
||||
sha256 = "13sgjyrabr34a6sz8lzc21zvv5wc5lkgwbx0ar8afmikkrpdypln";
|
||||
};
|
||||
|
||||
modSha256 = "1w84xqnn9fnkakak6j069app4ybbxpwq79g8qypwvmqg5bhvzywg";
|
||||
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||
description = "Easily and securely send things from one computer to another";
|
||||
homepage = https://github.com/schollz/croc;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hugoreeves ];
|
||||
maintainers = with maintainers; [ hugoreeves equirosa ];
|
||||
|
||||
longDescription = ''
|
||||
Croc is a command line tool written in Go that allows any two computers to
|
||||
|
|
Loading…
Reference in a new issue