Skip to content

Commit 0b32cf1

Browse files
authored
heimdall-proxy: 0.15.7 -> 0.15.8 (#386724)
2 parents 823ae72 + daadaac commit 0b32cf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/he/heimdall-proxy/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
lib,
55
}:
66
let
7-
version = "0.15.7";
7+
version = "0.15.8";
88
in
99
buildGo124Module {
1010
pname = "heimdall-proxy";
@@ -15,10 +15,10 @@ buildGo124Module {
1515
owner = "dadrus";
1616
repo = "heimdall";
1717
tag = "v${version}";
18-
hash = "sha256-vHPojkcKW3CfPavhN8s6frio46qvv0M2Ujq0bHW+VJs=";
18+
hash = "sha256-UUQWYChZEb/5mc2YYwIJSQ+pCUXIwvB09KaR0FoKrA4=";
1919
};
2020

21-
vendorHash = "sha256-hoQYMDEEwT5g8CJBT3AGDzmv/A65DLVcS79VS/CgL8k=";
21+
vendorHash = "sha256-4bnVqUV3H/mZ9FiApZk6pVbRWAqpy17+/dGxXR0fjW0=";
2222

2323
tags = [ "sqlite" ];
2424

@@ -38,6 +38,6 @@ buildGo124Module {
3838
homepage = "https://dadrus.github.io/heimdall";
3939
license = lib.licenses.asl20;
4040
maintainers = with lib.maintainers; [ albertilagan ];
41-
mainProgram = "heimdall-proxy";
41+
mainProgram = "heimdall";
4242
};
4343
}

0 commit comments

Comments
 (0)