summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-04-17 12:07:32 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-17 19:48:38 +0000
commite849a60bafb1884cb4fb083a3884ff7f59db183a (patch)
tree0d50ccda5d252d6b00db864f7b06b5403db8f9d0
parent[Backport release-24.11] pnpm_10: 10.8.0 -> 10.8.1 (#399182) (diff)
downloadnixpkgs-origin/backport-399453-to-release-24.11.tar.gz
(cherry picked from commit 715bf80632147de7a8c538a352a50094ecbc7f53)
-rw-r--r--pkgs/by-name/ga/garnet/deps.json34
-rw-r--r--pkgs/by-name/ga/garnet/package.nix4
2 files changed, 34 insertions, 4 deletions
diff --git a/pkgs/by-name/ga/garnet/deps.json b/pkgs/by-name/ga/garnet/deps.json
index e20e2b18532d..420770cc04a9 100644
--- a/pkgs/by-name/ga/garnet/deps.json
+++ b/pkgs/by-name/ga/garnet/deps.json
@@ -5,6 +5,11 @@
"hash": "sha256-0su/ylZ68+FDZ6mgfp3qsm7qpfPtD5SW75HXbVhs5qk="
},
{
+ "pname": "Azure.Identity",
+ "version": "1.13.0",
+ "hash": "sha256-BXru3jP4oQchrBF/c3WDekZeRJlUxenBwVZ5YsifseI="
+ },
+ {
"pname": "Azure.Storage.Blobs",
"version": "12.24.0",
"hash": "sha256-PcI3Jf9VrDfkr0YfoR89us45HE1DE8g5J3ZpZ8vZkLs="
@@ -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",
@@ -105,6 +110,21 @@
"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",
"hash": "sha256-RDyVSOYjQFGZsGr2tjwcJHjJV4JJPZ5uZdwE3BbbLB0="
@@ -180,6 +200,11 @@
"hash": "sha256-uH5fZhcyQVtnsFc6GTUaRRrAQm05v5euJyWCXSFSOYI="
},
{
+ "pname": "System.Memory",
+ "version": "4.5.5",
+ "hash": "sha256-EPQ9o1Kin7KzGI5O3U3PUQAZTItSbk9h/i4rViN3WiI="
+ },
+ {
"pname": "System.Memory.Data",
"version": "1.0.2",
"hash": "sha256-XiVrVQZQIz4NgjiK/wtH8iZhhOZ9MJ+X2hL2/8BrGN0="
@@ -200,6 +225,11 @@
"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",
"hash": "sha256-UemDHGFoQIG7ObQwRluhVf6AgtQikfHEoPLC6gbFyRo="
diff --git a/pkgs/by-name/ga/garnet/package.nix b/pkgs/by-name/ga/garnet/package.nix
index dd613b092872..da96b1357102 100644
--- a/pkgs/by-name/ga/garnet/package.nix
+++ b/pkgs/by-name/ga/garnet/package.nix
@@ -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";