rtk: 0.35.0 -> 0.37.1

This commit is contained in:
R. Ryantm
2026-04-19 23:05:43 +00:00
committed by Gaetan Lepage
parent fa5d113d28
commit e20944e842
+4 -3
View File
@@ -12,18 +12,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rtk";
version = "0.35.0";
version = "0.37.1";
src = fetchFromGitHub {
owner = "rtk-ai";
repo = "rtk";
tag = "v${finalAttrs.version}";
hash = "sha256-7DAL4dsnq2ZWmkyoI+BeN21ouK0VyLvSxOCt5hPWCl4=";
hash = "sha256-uKf3GLabsZ094VviTXF90FohLiyXFqTV/hHlm/l+ICQ=";
};
strictDeps = true;
__structuredAttrs = true;
cargoHash = "sha256-r/PCA15MsmERCq3z8nObxdbX3KijsrInxsgJ6aqRVc4=";
cargoHash = "sha256-Vr1WKy+poeJnqjV7LvekC/jV1jolJDgxwNUp229EEWk=";
nativeBuildInputs = [
makeWrapper