klog-rs: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2024-12-30 13:22:27 +00:00
parent 25d0c5fd08
commit f661f4e4d8
+3 -3
View File
@@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "klog-rs";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "tobifroe";
repo = "klog";
rev = version;
hash = "sha256-E3oL6XAp9N0ptDTpGBd6pmg4DJx9GDJv3ZSbkc6at60=";
hash = "sha256-E9sVFVb+wmhkdGmzkQQGhTh9+MExuq/ftfeI07f906o=";
};
cargoHash = "sha256-S2F9oVPZH52luSsFUlQCLANPJudjJvecv8S6BBUnC78=";
cargoHash = "sha256-BpSLfJTsUpf64sXNgVxX7BtT65+qGVmmFG052sC7AOY=";
checkFlags = [
# this integration test depends on a running kubernetes cluster
"--skip=k8s::tests::test_get_pod_list"