Merge pull request #123700 from humancalico/tremor-bump

authored by Sandro and committed by GitHub fc527055 5cd5b9b9

+3 -3
+3 -3
pkgs/tools/misc/tremor-rs/default.nix
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "tremor"; 6 - version = "0.11.1"; 7 8 src = fetchFromGitHub { 9 owner = "tremor-rs"; 10 repo = "tremor-runtime"; 11 rev = "v${version}"; 12 - sha256 = "0aw6m5gklpgv1frrviv1v1ky898dwbcc1crd65d3gldcmnhvg6ap"; 13 }; 14 15 - cargoSha256 = "1lks3xgnzcccv3hiqgxjpfm4v4g97an8yzfnb2kakw7jkfli6kvi"; 16 17 nativeBuildInputs = [ cmake pkg-config installShellFiles ]; 18
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "tremor"; 6 + version = "0.11.2"; 7 8 src = fetchFromGitHub { 9 owner = "tremor-rs"; 10 repo = "tremor-runtime"; 11 rev = "v${version}"; 12 + sha256 = "sha256-FedRwFVc+m25+Elj1Vp/fInbK6DVsUpniw29/dtecWo="; 13 }; 14 15 + cargoSha256 = "sha256-jxXoFOwoBSkn7pv10ctLpD7ko8bokc1ADkB7NQFRC7c="; 16 17 nativeBuildInputs = [ cmake pkg-config installShellFiles ]; 18