Unverified Commit c61295aa authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

azure-sdk-for-cpp.storage-queues: 12.5.0 -> 12.6.0 (#480706)

parents ecdb2e3a 68047541
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "azure-sdk-for-cpp-storage-queues";
  version = "12.5.0";
  version = "12.6.0";
  outputs = [
    "out"
    "dev"
@@ -18,8 +18,8 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "Azure";
    repo = "azure-sdk-for-cpp";
    tag = "azure-storage-queues_12.5.0";
    hash = "sha256-u+zaMoX64GcTKE7QIF5WyENTogLBMTCenoI8hPY7m08=";
    tag = "azure-storage-queues_${finalAttrs.version}";
    hash = "sha256-cycBXSvc3G8TdLnI4Ht1lBd9ndPOjxWFQA54a24iUsY=";
  };
  sourceRoot = "${finalAttrs.src.name}/sdk/storage/azure-storage-queues";