Merge pull request #134494 from mstrangfeld/fix-helmfile
helmfile: fix wrong sha256 of sources
This commit is contained in:
commit
3274076c6d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ buildGoModule rec {
|
|||
owner = "roboll";
|
||||
repo = "helmfile";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Y1BlvUudxEZ1G893dwYU+R6k2QAYohx4+0yysYaUM0E=";
|
||||
sha256 = "sha256-D9CyJE6/latz4541NfOtvKy+kui3CVmD483SkdEJzyU=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-QYI5HxEUNrZKSjk0LlbhjvxXlWCbbLup51Ht3HJDNC8=";
|
||||
|
|
Loading…
Reference in a new issue