heimdall-proxy: 0.15.9 -> 0.15.10

This commit is contained in:
R. Ryantm
2025-03-26 18:39:09 +00:00
parent 4534205b61
commit f4e3d74057
+3 -3
View File
@@ -4,7 +4,7 @@
lib,
}:
let
version = "0.15.9";
version = "0.15.10";
in
buildGoModule {
pname = "heimdall-proxy";
@@ -15,10 +15,10 @@ buildGoModule {
owner = "dadrus";
repo = "heimdall";
tag = "v${version}";
hash = "sha256-nrYeNVSDvGTRywhTLFLylnSz1jhR/1OSKDaRj2sDe5o=";
hash = "sha256-WB8ZfuL8zNJ4UK6hbFapCjbRg/xMXxMeoajXZliLVD0=";
};
vendorHash = "sha256-Rz1v2jusP9edDpoFaiwb7ZatuSeg9sqFS7j2JZtNJio=";
vendorHash = "sha256-WFtqZTCaL3oZArWhVjeTH085O2BkY7y1feUJuRllY7E=";
tags = [ "sqlite" ];