klog-rs: 0.4.2 -> 0.5.0 (#429191)

Co-authored-by: tobifroe <tobifroe@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
tobifroe
and committed by
GitHub
de5e499d 353bf1c5

+3 -3
+3 -3
pkgs/by-name/kl/klog-rs/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "klog-rs"; 10 - version = "0.4.2"; 10 + version = "0.5.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tobifroe"; 14 14 repo = "klog"; 15 15 rev = version; 16 - hash = "sha256-X7VUbn2DQx4Wo526COGAp0IFPPhh1vObxP/b6oYFWG4="; 16 + hash = "sha256-dPFxjSq5P7MyXUAugZqPEYRJ2VcFuVs774f3AKdH7kk="; 17 17 }; 18 18 19 - cargoHash = "sha256-veE992wYv8SwAbvaqe3nVymxTbaMYEDWtLnisnyNOn4="; 19 + cargoHash = "sha256-9dJ2MCAd6DhNaqgUtuBifMbTTZoCoLNLjyR9b0fwfcc="; 20 20 checkFlags = [ 21 21 # this integration test depends on a running kubernetes cluster 22 22 "--skip=k8s::tests::test_get_pod_list"