Skip to content

Commit 27088ea

Browse files
authoredMar 21, 2025
operator-sdk: 1.39.1 -> 1.39.2 (#391717)
2 parents d0cd7bd + 35a1c64 commit 27088ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/op/operator-sdk/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "operator-sdk";
11-
version = "1.39.1";
11+
version = "1.39.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "operator-framework";
1515
repo = pname;
1616
tag = "v${version}";
17-
hash = "sha256-+lgpwpLkqpAZ0aScM62gk4l/h44auB7ixhW3ZoT7m64=";
17+
hash = "sha256-2Kv6mDC1MndUgttRYODnI8DZ84RVz8jn3+RpXmOemq0=";
1818
};
1919

20-
vendorHash = "sha256-3CtVl3HWUcbXp/U/pTqoCol4kmJqtLsTlcAijGHENtI=";
20+
vendorHash = "sha256-W+q9K2003dJfcjyoN4YMoY98cwBy+nfZCi3tHNLbm1w=";
2121

2222
nativeBuildInputs = [
2323
makeWrapper

0 commit comments

Comments
 (0)
Failed to load comments.