Skip to content

Commit a7a3283

Browse files
committed
heimdall-proxy: 0.15.8 -> 0.15.9
1 parent 97f8e4e commit a7a3283

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
fetchFromGitHub,
3-
buildGo124Module,
3+
buildGoModule,
44
lib,
55
}:
66
let
7-
version = "0.15.8";
7+
version = "0.15.9";
88
in
9-
buildGo124Module {
9+
buildGoModule {
1010
pname = "heimdall-proxy";
1111

1212
inherit version;
@@ -15,10 +15,10 @@ buildGo124Module {
1515
owner = "dadrus";
1616
repo = "heimdall";
1717
tag = "v${version}";
18-
hash = "sha256-UUQWYChZEb/5mc2YYwIJSQ+pCUXIwvB09KaR0FoKrA4=";
18+
hash = "sha256-nrYeNVSDvGTRywhTLFLylnSz1jhR/1OSKDaRj2sDe5o=";
1919
};
2020

21-
vendorHash = "sha256-4bnVqUV3H/mZ9FiApZk6pVbRWAqpy17+/dGxXR0fjW0=";
21+
vendorHash = "sha256-Rz1v2jusP9edDpoFaiwb7ZatuSeg9sqFS7j2JZtNJio=";
2222

2323
tags = [ "sqlite" ];
2424

0 commit comments

Comments
 (0)