Commit 46e41a58 authored by R. RyanTM's avatar R. RyanTM
Browse files

azure-storage-azcopy: 10.18.0 -> 10.18.1

parent 5167d6f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "azure-storage-azcopy";
  version = "10.18.0";
  version = "10.18.1";

  src = fetchFromGitHub {
    owner = "Azure";
    repo = "azure-storage-azcopy";
    rev = "v${version}";
    sha256 = "sha256-fdJah0Y+VkZYI416vA8Pdr+oWnG17IhBwvMDm0vqiS0=";
    sha256 = "sha256-Yy6A2lNxF3aHD6Jw/dnLt1MFiFQ9+U+cB4wVK/dWbmE=";
  };

  subPackages = [ "." ];