tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fluxcd-operator: 0.22.0 -> 0.23.0
R. Ryantm
7 months ago
39145a9f
a91e2d99
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fl
fluxcd-operator
package.nix
+3
-3
pkgs/by-name/fl/fluxcd-operator/package.nix
···
9
9
}:
10
10
buildGoModule (finalAttrs: {
11
11
pname = "fluxcd-operator";
12
12
-
version = "0.22.0";
12
12
+
version = "0.23.0";
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "controlplaneio-fluxcd";
16
16
repo = "fluxcd-operator";
17
17
tag = "v${finalAttrs.version}";
18
18
-
hash = "sha256-fpqioVo9UtuyiXUOpHQmsrkssDaseUjllBmsQ7r39Ww=";
18
18
+
hash = "sha256-pNJPP49yAZ5guo6fYRkICxuY5Hz6eaF6xmuoLx/CBHo=";
19
19
};
20
20
21
21
-
vendorHash = "sha256-uR8FpJTzexFCM5M9K0h+80wlFnC0qNvQ/NMFnrVQWAo=";
21
21
+
vendorHash = "sha256-tTers8A4x8hS43/NIG2LH3mTWlGTkLBIPPk05mINsWg=";
22
22
23
23
ldflags = [
24
24
"-s"