Unverified Commit d0eb009b authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

garnet: 1.0.61 -> 1.0.63 (#399453)

parents 5cbf490e 715bf806
Loading
Loading
Loading
Loading
+32 −2
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@
    "version": "1.44.1",
    "hash": "sha256-0su/ylZ68+FDZ6mgfp3qsm7qpfPtD5SW75HXbVhs5qk="
  },
  {
    "pname": "Azure.Identity",
    "version": "1.13.0",
    "hash": "sha256-BXru3jP4oQchrBF/c3WDekZeRJlUxenBwVZ5YsifseI="
  },
  {
    "pname": "Azure.Storage.Blobs",
    "version": "12.24.0",
@@ -21,8 +26,8 @@
  },
  {
    "pname": "KeraLua",
    "version": "1.4.1",
    "hash": "sha256-ouRL7+0bW/VYUNNYQoXenXzYO0HNF3D1IsScqtah3DE="
    "version": "1.4.4",
    "hash": "sha256-MF7DBdc8xNiEcauNer7YFRgjbUU4ANmc2uQKrzVDRDs="
  },
  {
    "pname": "Microsoft.Bcl.AsyncInterfaces",
@@ -104,6 +109,21 @@
    "version": "9.0.3",
    "hash": "sha256-iBwolNt6Lb2OqjDWBVnUj8vZDSID9EQw/JPI1xcuFus="
  },
  {
    "pname": "Microsoft.Identity.Client",
    "version": "4.65.0",
    "hash": "sha256-gkBVLb8acLYexNM4ZzMJ0qfDp2UqjUt0yiu3MfMcWig="
  },
  {
    "pname": "Microsoft.Identity.Client.Extensions.Msal",
    "version": "4.65.0",
    "hash": "sha256-Xmy/evicLvmbC+6ytxwVE646uVcJB5yMpEK73H5tzD0="
  },
  {
    "pname": "Microsoft.IdentityModel.Abstractions",
    "version": "6.35.0",
    "hash": "sha256-bxyYu6/QgaA4TQYBr5d+bzICL+ktlkdy/tb/1fBu00Q="
  },
  {
    "pname": "Microsoft.IdentityModel.Abstractions",
    "version": "8.6.1",
@@ -179,6 +199,11 @@
    "version": "6.0.1",
    "hash": "sha256-uH5fZhcyQVtnsFc6GTUaRRrAQm05v5euJyWCXSFSOYI="
  },
  {
    "pname": "System.Memory",
    "version": "4.5.5",
    "hash": "sha256-EPQ9o1Kin7KzGI5O3U3PUQAZTItSbk9h/i4rViN3WiI="
  },
  {
    "pname": "System.Memory.Data",
    "version": "1.0.2",
@@ -199,6 +224,11 @@
    "version": "6.0.0",
    "hash": "sha256-bEG1PnDp7uKYz/OgLOWs3RWwQSVYm+AnPwVmAmcgp2I="
  },
  {
    "pname": "System.Security.Cryptography.ProtectedData",
    "version": "4.5.0",
    "hash": "sha256-Z+X1Z2lErLL7Ynt2jFszku6/IgrngO3V1bSfZTBiFIc="
  },
  {
    "pname": "System.Text.Encodings.Web",
    "version": "6.0.0",
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildDotnetModule rec {
  pname = "garnet";
  version = "1.0.61";
  version = "1.0.63";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "garnet";
    tag = "v${version}";
    hash = "sha256-Xvc/ECu/aIduHABZ08J3+iDgvOBs3vLCpzHJwfuLSp0=";
    hash = "sha256-pOAeWQcZTkvnJGAP8H4dOABcHSEfGI4xTC/eS/3QoTM=";
  };

  projectFile = "main/GarnetServer/GarnetServer.csproj";