Skip to content

Commit

Permalink
Merge pull request #222342 from superherointj/fluxcd-0.41.2
Browse files Browse the repository at this point in the history
fluxcd: 0.41.1 -> 0.41.2
  • Loading branch information
superherointj authored Mar 21, 2023
2 parents 901f07f + 50649c9 commit 6664a6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
13 changes: 7 additions & 6 deletions pkgs/applications/networking/cluster/fluxcd/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ lib, buildGoModule, fetchFromGitHub, fetchzip, installShellFiles, stdenv }:

let
version = "0.41.1";
sha256 = "0nrwhq336n0aj1c51difgxk9an8d1j4yfkxn9sgzw9dq50rrrinf";
manifestsSha256 = "1rrmdbaian8wskcyaa2nifp4mp4bz0nqgwz6ah5r0ywg48cfq2gm";
version = "0.41.2";
sha256 = "0c4in6k6l9kjskcapi6gap9jkbrrfd106z6nbs48afr30cv2wp24";
manifestsSha256 = "0kc9s5289s5b1slk2w3sr28yk9hg3lmrpy00mw3im3k6aqgrk9j0";

manifests = fetchzip {
url =
Expand All @@ -23,13 +23,14 @@ in buildGoModule rec {
inherit sha256;
};

vendorSha256 = "sha256-Oh1FBTHkICQZ79qf8XCL7ifi5Wd3jrIDupBKzYo+AEA=";
vendorSha256 = "sha256-ez4yaFZ5JROdu9boN5wI/XGMqLo8OKW6b0FZsJeFw4w=";

postUnpack = ''
cp -r ${manifests} source/cmd/flux/manifests
'';
patches = [ ./patches/disable-tests-ssh_key.patch ];
# disable tests that require network access
rm source/cmd/flux/create_secret_git_test.go
'';

ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];

Expand Down

This file was deleted.

0 comments on commit 6664a6b

Please sign in to comment.