File tree Expand file tree Collapse file tree
pkgs/by-name/st/storj-uplink Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55} :
66
7- buildGoModule rec {
7+ buildGoModule ( finalAttrs : {
88 pname = "storj-uplink" ;
9- version = "1.131.7 " ;
9+ version = "1.133.5 " ;
1010
1111 src = fetchFromGitHub {
1212 owner = "storj" ;
1313 repo = "storj" ;
14- rev = "v${ version } " ;
15- hash = "sha256-zZQOiYH2YN6pRwu2ddt+IEJ35RJ3rplbQ+T4/zKtv8w =" ;
14+ tag = "v${ finalAttrs . version } " ;
15+ hash = "sha256-MvaA8AkoP4FszEEM33QKDt5zeXMZ3XDt5uU1t6C6Q1I =" ;
1616 } ;
1717
1818 subPackages = [ "cmd/uplink" ] ;
1919
20- vendorHash = "sha256-8g5NZpw2T2NuyizSh/cA2seSChEGWzlZmR82Xg0ClKQ =" ;
20+ vendorHash = "sha256-N1rEEM+oH2VVOvg9c8gICQ1aDO9FS/faVbQl0kj1jYM =" ;
2121
22- ldflags = [
23- "-s"
24- "-w"
25- ] ;
22+ ldflags = [ "-s" ] ;
2623
27- meta = with lib ; {
24+ # Tests fail with 'listen tcp 127.0.0.1:0: bind: operation not permitted'.
25+ __darwinAllowLocalNetworking = true ;
26+
27+ meta = {
2828 description = "Command-line tool for Storj" ;
2929 homepage = "https://storj.io" ;
30- license = licenses . agpl3Only ;
30+ license = lib . licenses . agpl3Only ;
3131 mainProgram = "uplink" ;
32- maintainers = with maintainers ; [ felipeqq2 ] ;
32+ maintainers = with lib . maintainers ; [ felipeqq2 ] ;
3333 } ;
34- }
34+ } )
You can’t perform that action at this time.
0 commit comments