heimdall-proxy: 0.16.1 -> 0.16.2 (#408259)

This commit is contained in:
Nick Cao
2025-05-20 19:46:50 -04:00
committed by GitHub
+3 -3
View File
@@ -4,7 +4,7 @@
lib,
}:
let
version = "0.16.1";
version = "0.16.2";
in
buildGoModule {
pname = "heimdall-proxy";
@@ -15,10 +15,10 @@ buildGoModule {
owner = "dadrus";
repo = "heimdall";
tag = "v${version}";
hash = "sha256-HP2YuipqqToTD44FreKtdJErtF4CWxnMf2JRmjgLuv0=";
hash = "sha256-RzRjcg9GocqXpBh8C34LrSLbSrJWd9y4+YEWJaAD8d0=";
};
vendorHash = "sha256-9AOUgQEhOUzzT+qJLE7NlPqiQDQHJnLOT9JSwpetQXA=";
vendorHash = "sha256-GVUO5a6m85C7JRJ9WBTB7JDHRaiU2Nq3clWQUedKp98=";
tags = [ "sqlite" ];