Skip to content

Commit

Permalink
Merge pull request #93967 from r-ryantm/auto-update/azure-storage-azcopy
Browse files Browse the repository at this point in the history
azure-storage-azcopy: 10.4.3 -> 10.5.1
  • Loading branch information
marsam authored Jul 30, 2020
2 parents a4d5f9f + 7cce068 commit 8f48236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/azcopy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "azure-storage-azcopy";
version = "10.4.3";
version = "10.5.1";

src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = version;
sha256 = "0yl7iznjyng1i3d994qrryllni702gga7h45sx8i3sgpy8544yjf";
rev = "v${version}";
sha256 = "0bygbg1k6926ri3988wbz0b1vv6wamk799mn5nkjf0xa6gjfqqsr";
};

subPackages = [ "." ];

vendorSha256 = "1276k2hpyr7bqp6hdi576xcdcd2c8vz100jpls663z7vb2rbpvxf";
vendorSha256 = "10bpzf8f7ibx1wzd0nzh5q1ynwfjr4n1gjygq4zqqxg51ganqj82";

postInstall = ''
ln -rs "$out/bin/azure-storage-azcopy" "$out/bin/azcopy"
Expand Down

0 comments on commit 8f48236

Please sign in to comment.