azure-storage-azcopy: 10.14.0 -> 10.14.1

This commit is contained in:
R. Ryantm 2022-04-11 02:22:32 +00:00
parent f0848eeb05
commit 5d5700b985

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "azure-storage-azcopy"; pname = "azure-storage-azcopy";
version = "10.14.0"; version = "10.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Azure"; owner = "Azure";
repo = "azure-storage-azcopy"; repo = "azure-storage-azcopy";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9NuX4BbQx/ZeWvyTxlZjrb7ETwSFwBpfDcSt8qvKAxE="; sha256 = "sha256-UPn6pBttes5wq1RByE89QfE2OSUixYW4LOnFgfuAY3w=";
}; };
subPackages = [ "." ]; subPackages = [ "." ];