granted: 0.38.0 -> 0.39.0 (#504704)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-11 08:23:13 +00:00
committed by GitHub
+12 -12
View File
@@ -11,27 +11,27 @@
buildGoModule (finalAttrs: {
pname = "granted";
version = "0.38.0";
version = "0.39.0";
src = fetchFromGitHub {
owner = "common-fate";
owner = "fwdcloudsec";
repo = "granted";
rev = "v${finalAttrs.version}";
sha256 = "sha256-xHpYtHG0fJ/VvJ/4lJ90ept3yGzJRnmtFQFbYxJtxwY=";
tag = "v${finalAttrs.version}";
sha256 = "sha256-/5JP6laC+k+O8GWSl1eo0slqzYzYB86UF3irDX6Z0iQ=";
};
vendorHash = "sha256-Y8g5495IYgQ2lvq5qbnQmoxwEYfzzx12KfMS6wF2QXE=";
vendorHash = "sha256-L96zj/AEUze/SfuFeK+I1+w2zXcxr5BSW3wGQFbTbJU=";
nativeBuildInputs = [ makeWrapper ];
ldflags = [
"-s"
"-w"
"-X github.com/common-fate/granted/internal/build.Version=v${finalAttrs.version}"
"-X github.com/common-fate/granted/internal/build.Commit=${finalAttrs.src.rev}"
"-X github.com/common-fate/granted/internal/build.Date=1970-01-01-00:00:01"
"-X github.com/common-fate/granted/internal/build.BuiltBy=Nix"
"-X github.com/common-fate/granted/internal/build.ConfigFolderName=.granted"
"-X github.com/fwdcloudsec/granted/internal/build.Version=v${finalAttrs.version}"
"-X github.com/fwdcloudsec/granted/internal/build.Commit=${finalAttrs.src.rev}"
"-X github.com/fwdcloudsec/granted/internal/build.Date=1970-01-01-00:00:01"
"-X github.com/fwdcloudsec/granted/internal/build.BuiltBy=Nix"
"-X github.com/fwdcloudsec/granted/internal/build.ConfigFolderName=.granted"
];
subPackages = [
@@ -87,8 +87,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Easiest way to access your cloud";
homepage = "https://github.com/common-fate/granted";
changelog = "https://github.com/common-fate/granted/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/fwdcloudsec/granted";
changelog = "https://github.com/fwdcloudsec/granted/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
jlbribeiro