Unverified Commit 3120968b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #324824 from r-ryantm/auto-update/folio

folio: 24.10 -> 24.11
parents 7b7ef365 69b644af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "folio";
  version = "24.10";
  version = "24.11";

  src = fetchFromGitHub {
    owner = "toolstack";
    repo = "Folio";
    rev = version;
    hash = "sha256-v9YtMFVjRtsf+dijAM5mULx15sOn0u3b/fmRiOAtawc=";
    hash = "sha256-55zNxZbta12T/N6ruzY+/FVlinVMYcE02C48nTQUeO4=";
  };

  nativeBuildInputs = [