heimdall-proxy: 0.17.16 -> 0.17.17 (#538098)

This commit is contained in:
Nick Cao
2026-07-06 18:25:05 +00:00
committed by GitHub
+3 -3
View File
@@ -4,7 +4,7 @@
lib,
}:
let
version = "0.17.16";
version = "0.17.17";
in
buildGoModule {
pname = "heimdall-proxy";
@@ -15,10 +15,10 @@ buildGoModule {
owner = "dadrus";
repo = "heimdall";
tag = "v${version}";
hash = "sha256-M1aaY32ykfzKGkH1D8U8yBeEPEM20IWuJHUiHIj9IPE=";
hash = "sha256-LRanZw1LCt1ICrQcnxFHHr89ryT6GdkO/xwkd7rlPTI=";
};
vendorHash = "sha256-ZNKNsiiCHlEp5JVVwHTvQLgxBNWIFAgI8vpYGOCb0RY=";
vendorHash = "sha256-efDG99grxfm+uIHVzYK0O/51NsaIk70E2LO2fjJ8Hxs=";
tags = [ "sqlite" ];