rtk: 0.31.0 -> 0.33.1 (#503491)

This commit is contained in:
Gaétan Lepage
2026-03-25 20:32:02 +00:00
committed by GitHub
+3 -3
View File
@@ -12,18 +12,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rtk";
version = "0.31.0";
version = "0.33.1";
src = fetchFromGitHub {
owner = "rtk-ai";
repo = "rtk";
tag = "v${finalAttrs.version}";
hash = "sha256-p4OX3SSDGKlHVLIWhgKpcme449wOHbfWbc3mxlCkaMI=";
hash = "sha256-QkAtxSpMyjbscQgSUWks0aIkWaAYXgY6c9qM3sdPN+0=";
};
strictDeps = true;
cargoHash = "sha256-37YHhccgPNUrlFh35CoQv2H+Y4e41ax0ZoIvrIC0o6I=";
cargoHash = "sha256-Fz3P43sRl2DnzZtQrNzWk9XivGDiuNyt9+PBdkhLBkQ=";
nativeBuildInputs = [
makeWrapper