azure-storage-azcopy: 10.7.0 -> 10.8.0 (#109730)

authored by R. RyanTM and committed by GitHub f590e424 d0f64280

+3 -3
+3 -3
pkgs/development/tools/azcopy/default.nix
··· 2 3 buildGoModule rec { 4 pname = "azure-storage-azcopy"; 5 - version = "10.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "Azure"; 9 repo = "azure-storage-azcopy"; 10 rev = "v${version}"; 11 - sha256 = "0l2109r9a8fhd66zgsi56zdmy390fpnvy08rbxf6rfc0a55n96ka"; 12 }; 13 14 subPackages = [ "." ]; 15 16 - vendorSha256 = "032yzl8mmgmmxbpsymndp4ddgi572jh5drwql0bjjabp3yqwj1g1"; 17 18 doCheck = false; 19
··· 2 3 buildGoModule rec { 4 pname = "azure-storage-azcopy"; 5 + version = "10.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "Azure"; 9 repo = "azure-storage-azcopy"; 10 rev = "v${version}"; 11 + sha256 = "sha256-zA0/5lpVefZD0m7g7SfqSRAFkQm2b+g/F3doCl9oAn8="; 12 }; 13 14 subPackages = [ "." ]; 15 16 + vendorSha256 = "sha256-t7PluxN6naDB35eC59Xus1hgZflgViWF2yFog9mkaOA="; 17 18 doCheck = false; 19