Commit 80483db0 authored by Jost Alemann's avatar Jost Alemann
Browse files
parent 0e251085
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "readest";
  version = "0.9.36";
  version = "0.9.37";

  src = fetchFromGitHub {
    owner = "readest";
    repo = "readest";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r/mpqeHKo6oQqNCnFByxHZf7RSWD5esZbweAEuda9ME=";
    hash = "sha256-p5qZwNb2HtdMgCH/GWLnprL5LHpre8z+ffmjfCFaHh8=";
    fetchSubmodules = true;
  };