We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3785353 + 196fceb commit b550108Copy full SHA for b550108
pkgs/by-name/kl/klog-rs/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "klog-rs";
10
- version = "0.4.1";
+ version = "0.4.2";
11
12
src = fetchFromGitHub {
13
owner = "tobifroe";
14
repo = "klog";
15
rev = version;
16
- hash = "sha256-t53HC5eBC587jyvJKxlG3B3Im7RM6bDcZfUO4npgGfM=";
+ hash = "sha256-X7VUbn2DQx4Wo526COGAp0IFPPhh1vObxP/b6oYFWG4=";
17
};
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-HmKMxI94j0cLLAjmUJQhymop9qiH71Rm8dnVVs2VDF8=";
+ cargoHash = "sha256-veE992wYv8SwAbvaqe3nVymxTbaMYEDWtLnisnyNOn4=";
20
checkFlags = [
21
# this integration test depends on a running kubernetes cluster
22
"--skip=k8s::tests::test_get_pod_list"
0 commit comments