Skip to content

Commit

Permalink
readability-extractor: 0.0.10 -> 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
viraptor committed Jan 11, 2024
1 parent 3d1fe14 commit 398d049
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/re/readability-extractor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
, fetchFromGitHub
}:

buildNpmPackage {
buildNpmPackage rec {
pname = "readability-extractor";
version = "0.0.10";
version = "0.0.11";

src = fetchFromGitHub {
owner = "ArchiveBox";
repo = "readability-extractor";
rev = "be5c3222990d4f0459b21e74802565309bdd1d52";
hash = "sha256-KX9mtvwDUIV2XsH6Hgx5/W34AlM4QtZuzxp4QofPcyg=";
rev = "refs/tags/v${version}";
hash = "sha256-QzxwPonPrCDdVYHZ9rEfw8ok56lVZE82VykrfkdFh5I=";
};

dontNpmBuild = true;

npmDepsHash = "sha256-bQHID9c2Ioyectx6t/GjTR/4cCyfwDfpT0aEQZoYCiU=";
npmDepsHash = "sha256-F5lOGkhFlFVB8zTxrebWsPWRNfHgZ4Y2DqKED/z5riw=";

meta = with lib; {
homepage = "https://github.com/ArchiveBox/readability-extractor";
Expand Down

0 comments on commit 398d049

Please sign in to comment.