rtk: 0.37.1 -> 0.37.2

https://github.com/rtk-ai/rtk/blob/v0.37.2/CHANGELOG.md
This commit is contained in:
Jacob Michels
2026-04-27 00:57:22 -04:00
parent 1a3f1fd87c
commit 37d78747ad
+3 -3
View File
@@ -12,19 +12,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rtk";
version = "0.37.1";
version = "0.37.2";
src = fetchFromGitHub {
owner = "rtk-ai";
repo = "rtk";
tag = "v${finalAttrs.version}";
hash = "sha256-uKf3GLabsZ094VviTXF90FohLiyXFqTV/hHlm/l+ICQ=";
hash = "sha256-rNuu8B5TnKZHrbVSV8HkcTeTdcol26259GGJEPEMPZY=";
};
strictDeps = true;
__structuredAttrs = true;
cargoHash = "sha256-Vr1WKy+poeJnqjV7LvekC/jV1jolJDgxwNUp229EEWk=";
cargoHash = "sha256-61+PNuVF8H5+9PHc3MBt8V80ieBBi8HzSC9Gc/WUSzM=";
nativeBuildInputs = [
makeWrapper