rtk: 0.34.3 -> 0.35.0 (#508277)

This commit is contained in:
Gaétan Lepage
2026-04-09 10:53:31 +00:00
committed by GitHub
+3 -3
View File
@@ -12,18 +12,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rtk";
version = "0.34.3";
version = "0.35.0";
src = fetchFromGitHub {
owner = "rtk-ai";
repo = "rtk";
tag = "v${finalAttrs.version}";
hash = "sha256-SQJhPit7efAjBezCNHtn5iZEEly6eApxsO9jGHLrKlg=";
hash = "sha256-7DAL4dsnq2ZWmkyoI+BeN21ouK0VyLvSxOCt5hPWCl4=";
};
strictDeps = true;
cargoHash = "sha256-WpSwEx/pkGTIlDv1cTFtTcTC3YgddMYVbOLlqKYeDK0=";
cargoHash = "sha256-r/PCA15MsmERCq3z8nObxdbX3KijsrInxsgJ6aqRVc4=";
nativeBuildInputs = [
makeWrapper