File tree Expand file tree Collapse file tree
pkgs/by-name/az/azure-storage-azcopy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 buildGoModule ,
55} :
66
7- buildGoModule rec {
7+ buildGoModule ( finalAttrs : {
88 pname = "azure-storage-azcopy" ;
99 version = "10.31.1" ;
1010
1111 src = fetchFromGitHub {
1212 owner = "Azure" ;
1313 repo = "azure-storage-azcopy" ;
14- tag = "v${ version } " ;
14+ tag = "v${ finalAttrs . version } " ;
1515 hash = "sha256-VB7bMbMzBl5ulrTNZIHdNYKx0vHeEYIJi4L50M8BY4M=" ;
1616 } ;
1717
@@ -28,8 +28,8 @@ buildGoModule rec {
2828 meta = {
2929 description = "New Azure Storage data transfer utility - AzCopy v10" ;
3030 homepage = "https://github.com/Azure/azure-storage-azcopy" ;
31- changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${ version } " ;
31+ changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${ finalAttrs . version } " ;
3232 license = lib . licenses . mit ;
3333 maintainers = with lib . maintainers ; [ kashw2 ] ;
3434 } ;
35- }
35+ } )
You can’t perform that action at this time.
0 commit comments