heimdall-proxy: 0.17.9 -> 0.17.12 (#502656)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-06 15:26:53 +00:00
committed by GitHub
+3 -3
View File
@@ -4,7 +4,7 @@
lib,
}:
let
version = "0.17.9";
version = "0.17.12";
in
buildGoModule {
pname = "heimdall-proxy";
@@ -15,10 +15,10 @@ buildGoModule {
owner = "dadrus";
repo = "heimdall";
tag = "v${version}";
hash = "sha256-x1Whe2EPGFwsiLxrkKalNUWXwgXHKDBJyzbjtWMx/PY=";
hash = "sha256-LwvizSMmMzcKl3BbPZAXLJkpxyLkz75uSL12PxgrrCM=";
};
vendorHash = "sha256-Gu+fBeo6uUYBSWYXsrWD5yI1eGR8QVpAW7jkCod4IpY=";
vendorHash = "sha256-W0XhE9wcnLT9pVe5hNuDbkX1egsuS7x6ueBscVDztsA=";
tags = [ "sqlite" ];