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 97f8e4e commit a7a3283Copy full SHA for a7a3283
pkgs/by-name/he/heimdall-proxy/package.nix
@@ -1,12 +1,12 @@
1
{
2
fetchFromGitHub,
3
- buildGo124Module,
+ buildGoModule,
4
lib,
5
}:
6
let
7
- version = "0.15.8";
+ version = "0.15.9";
8
in
9
-buildGo124Module {
+buildGoModule {
10
pname = "heimdall-proxy";
11
12
inherit version;
@@ -15,10 +15,10 @@ buildGo124Module {
15
owner = "dadrus";
16
repo = "heimdall";
17
tag = "v${version}";
18
- hash = "sha256-UUQWYChZEb/5mc2YYwIJSQ+pCUXIwvB09KaR0FoKrA4=";
+ hash = "sha256-nrYeNVSDvGTRywhTLFLylnSz1jhR/1OSKDaRj2sDe5o=";
19
};
20
21
- vendorHash = "sha256-4bnVqUV3H/mZ9FiApZk6pVbRWAqpy17+/dGxXR0fjW0=";
+ vendorHash = "sha256-Rz1v2jusP9edDpoFaiwb7ZatuSeg9sqFS7j2JZtNJio=";
22
23
tags = [ "sqlite" ];
24
0 commit comments