zitadel: 2.71.1 -> 2.71.7

This commit is contained in:
azahi 2025-03-29 16:13:26 +03:00
parent ab12ae909b
commit 7f8ff116b4
No known key found for this signature in database
2 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,6 @@
}:
{
lib,
stdenv,
fetchYarnDeps,
yarnConfigHook,
@ -29,7 +28,7 @@ let
workDir = "console";
bufArgs = "../proto --include-imports --include-wkt";
outputPath = "src/app/proto";
hash = "sha256-3WvfbhLpp03yP7Nb8bmZXYSlGJuEnBkBuyEzNVkIYZg=";
hash = "sha256-UzmwUUYg0my3noAQNtlUEBQ+K6GVnBSkWj4CzoaoLKw=";
};
in
stdenv.mkDerivation {
@ -42,7 +41,7 @@ stdenv.mkDerivation {
offlineCache = fetchYarnDeps {
yarnLock = "${zitadelRepo}/console/yarn.lock";
hash = "sha256-+7CFBEKfRsqXbJR+BkLdB+pZ/dEEk4POGwZOVQ1LAUo=";
hash = "sha256-ekgLd5DTOBZWuT63QnTjx40ZYvLKZh+FXCn+h5vj9qQ=";
};
nativeBuildInputs = [

View File

@ -16,14 +16,14 @@
}:
let
version = "2.71.1";
version = "2.71.7";
zitadelRepo = fetchFromGitHub {
owner = "zitadel";
repo = "zitadel";
rev = "v${version}";
hash = "sha256-izYsf2Cc0jG8Wf82K6HsTVP+kAhmoEJVU7OJXhSzXLo=";
hash = "sha256-0ZOiwJ/ehDBkbd7iTTyVJzLj6Etph5/oxrDrck30ZL8=";
};
goModulesHash = "sha256-mE0vhW1nW16SzqIu0C3q8qCXabJO7fZgkp7GeLWCwog=";
goModulesHash = "sha256-iZCjHSpQ7Gy41Dd4svRLbyEh1N8VE8U0uCOlN9rfJQU=";
buildZitadelProtocGen =
name:
@ -100,7 +100,7 @@ let
protoc-gen-zitadel
];
outputPath = ".artifacts";
hash = "sha256-QUUe3jK9rOWzI1jzevgZ/UB6SqB6GXtd9CVtAqiStdo=";
hash = "sha256-rc5A2bQ2iWkybprQ7IWsQ/LLAQxPqhlxzVvPn8Ec56E=";
};
in
buildGoModule rec {