Skip to content

Commit

Permalink
azure-storage-azcopy: 10.26.0 -> 10.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Nov 10, 2024
1 parent 1546e08 commit 35110b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/az/azure-storage-azcopy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

buildGoModule rec {
pname = "azure-storage-azcopy";
version = "10.26.0";
version = "10.27.0";

src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = "refs/tags/v${version}";
hash = "sha256-u6ngYEHqNVjz0YYkWhFnoQGCBRMHLdOzFTee8plwoDo=";
hash = "sha256-TF0vChuM3OF/YbCsP8Vg4x609Q1QgqwBNmKUdWCHHUc=";
};

subPackages = [ "." ];

vendorHash = "sha256-C8UopiCSp6qFeaDNE+w2QUKbSHALSSeV5WVo4lkLDrs=";
vendorHash = "sha256-dYIZb8sSh1Y8yllWOSsWEpiaIwcwZL2wCet3Terl0Ro=";

doCheck = false;

Expand Down

0 comments on commit 35110b7

Please sign in to comment.