Skip to content

Commit

Permalink
publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Nov 2, 2024
2 parents d6ccd28 + a95abfd commit d32fe41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/data/misc/publicsuffix-list/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation {
pname = "publicsuffix-list";
version = "0-unstable-2024-09-10";
version = "0-unstable-2024-10-25";

src = fetchFromGitHub {
owner = "publicsuffix";
repo = "list";
rev = "fbcc4c495e8aed1fe0e90156e6b3796556eb6978";
hash = "sha256-L6TepLI91IWImX453GO8VNSSle75f0H1IZbFr2qepDA=";
rev = "435e07efb28973ea116592dc2291b1f8c27080aa";
hash = "sha256-nLuZVgPHNnxOT3GcGz6TEbHkiNgVU5f2uWcgCfr7tZ8=";
};

dontBuild = true;
Expand Down

0 comments on commit d32fe41

Please sign in to comment.