Unverified Commit 7b326dde authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

readest: 0.9.32 -> 0.9.33 (#398195)

parents 799261b1 37ef2280
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "readest";
  version = "0.9.32";
  version = "0.9.33";

  src = fetchFromGitHub {
    owner = "readest";
    repo = "readest";
    tag = "v${finalAttrs.version}";
    hash = "sha256-EdEjRKBrWGIwJbmNLDvJl/1Hq+Cs6w815ND6yH3/+TI=";
    hash = "sha256-amGOtA2dOFjECCI5IAb9qL98XAvd+QAW4QQD41F8BG4=";
    fetchSubmodules = true;
  };

@@ -38,14 +38,14 @@ rustPlatform.buildRustPackage (finalAttrs: {

  pnpmDeps = pnpm_9.fetchDeps {
    inherit (finalAttrs) pname version src;
    hash = "sha256-6JFBw/jktEQBXum7Cb4TrntbrnVQM36jE6sby2bmIlw=";
    hash = "sha256-+fJbQmoa89WSfA4dteUSRoEfgEN38tsHZiuWyOvuvhw=";
  };

  pnpmRoot = "../..";

  useFetchCargoVendor = true;

  cargoHash = "sha256-2XYfcYjrg7RUXuI0B4i9DVNr0i0bYNYHj1peAi77QaE=";
  cargoHash = "sha256-uMm/X4MKu71MxjofRN/HR5d1yzkJhmVt9W5kHDryEtc=";

  cargoRoot = "../..";