Unverified Commit b70e154e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

rtk: 0.37.1 -> 0.37.2 (#513870)

parents f6266014 37d78747
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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