azure-storage-azcopy: 10.18.0 -> 10.18.1

This commit is contained in:
R. Ryantm 2023-04-25 22:59:05 +00:00
parent 5167d6f405
commit 46e41a58c4

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "azure-storage-azcopy"; pname = "azure-storage-azcopy";
version = "10.18.0"; version = "10.18.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-fdJah0Y+VkZYI416vA8Pdr+oWnG17IhBwvMDm0vqiS0="; sha256 = "sha256-Yy6A2lNxF3aHD6Jw/dnLt1MFiFQ9+U+cB4wVK/dWbmE=";
}; };
subPackages = [ "." ]; subPackages = [ "." ];