Skip to content

Commit b550108

Browse files
klog-rs: 0.4.1 -> 0.4.2 (NixOS#400091)
Co-authored-by: tobifroe <[email protected]>
2 parents 3785353 + 196fceb commit b550108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/kl/klog-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "klog-rs";
10-
version = "0.4.1";
10+
version = "0.4.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "tobifroe";
1414
repo = "klog";
1515
rev = version;
16-
hash = "sha256-t53HC5eBC587jyvJKxlG3B3Im7RM6bDcZfUO4npgGfM=";
16+
hash = "sha256-X7VUbn2DQx4Wo526COGAp0IFPPhh1vObxP/b6oYFWG4=";
1717
};
1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-HmKMxI94j0cLLAjmUJQhymop9qiH71Rm8dnVVs2VDF8=";
19+
cargoHash = "sha256-veE992wYv8SwAbvaqe3nVymxTbaMYEDWtLnisnyNOn4=";
2020
checkFlags = [
2121
# this integration test depends on a running kubernetes cluster
2222
"--skip=k8s::tests::test_get_pod_list"

0 commit comments

Comments
 (0)