We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95eacfb commit ad0344bCopy full SHA for ad0344b
pkgs/by-name/he/heimdall-proxy/package.nix
@@ -4,7 +4,7 @@
4
lib,
5
}:
6
let
7
- version = "0.15.7";
+ version = "0.15.8";
8
in
9
buildGo124Module {
10
pname = "heimdall-proxy";
@@ -15,10 +15,10 @@ buildGo124Module {
15
owner = "dadrus";
16
repo = "heimdall";
17
tag = "v${version}";
18
- hash = "sha256-vHPojkcKW3CfPavhN8s6frio46qvv0M2Ujq0bHW+VJs=";
+ hash = "sha256-UUQWYChZEb/5mc2YYwIJSQ+pCUXIwvB09KaR0FoKrA4=";
19
};
20
21
- vendorHash = "sha256-hoQYMDEEwT5g8CJBT3AGDzmv/A65DLVcS79VS/CgL8k=";
+ vendorHash = "sha256-4bnVqUV3H/mZ9FiApZk6pVbRWAqpy17+/dGxXR0fjW0=";
22
23
tags = [ "sqlite" ];
24
0 commit comments