Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

probe-rs-tools: 0.28.0 -> 0.29.0

R. Ryantm 406cdf59 bdc995d3

+3 -3
+3 -3
pkgs/by-name/pr/probe-rs-tools/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "probe-rs-tools"; 13 - version = "0.28.0"; 13 + version = "0.29.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "probe-rs"; 17 17 repo = "probe-rs"; 18 18 tag = "v${version}"; 19 - hash = "sha256-CCB7NdLSg3Ve/iBSG7TuTbXKnGsevzhnELA2gN3n2t4="; 19 + hash = "sha256-5EppB6XVUHM7TrvpdqdvojuFbjw8RTDOudpypVdLPbQ="; 20 20 }; 21 21 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-jBkMUaC8aFCP0N8cbYDEJtJtVbagB+YAHge0IT8xm+c="; 23 + cargoHash = "sha256-sdMRauSaDYMgpfAYhEBEqz0s9WHAZJLjijdvQqO6fMs="; 24 24 25 25 buildAndTestSubdir = pname; 26 26