Merge pull request #334608 from r-ryantm/auto-update/publicsuffix-list

publicsuffix-list: 0-unstable-2024-06-19 -> 0-unstable-2024-08-21
This commit is contained in:
Johannes Jöns 2024-08-24 12:27:47 +00:00 committed by GitHub
commit 615a87e31e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation {
pname = "publicsuffix-list";
version = "0-unstable-2024-06-19";
version = "0-unstable-2024-08-21";
src = fetchFromGitHub {
owner = "publicsuffix";
repo = "list";
rev = "92c74a6cde6092a5e80531c0662e1055abeb975e";
hash = "sha256-fkfjR2A2nf3/F16Pn0hCwXtAd26TbUVA5gIv+J4DOjc=";
rev = "30c3fc2db5ec0ecbc2efbb798b12459e9a22fffd";
hash = "sha256-RmSlBl6lHFFvEEG2rsnwMpF9X8tv0VhPwhnke4UxUmA=";
};
dontBuild = true;