We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa81925 commit 55c37b1Copy full SHA for 55c37b1
pkgs/by-name/pu/publicsuffix-list/package.nix
@@ -7,13 +7,13 @@
7
8
stdenvNoCC.mkDerivation {
9
pname = "publicsuffix-list";
10
- version = "0-unstable-2025-03-12";
+ version = "0-unstable-2025-06-10";
11
12
src = fetchFromGitHub {
13
owner = "publicsuffix";
14
repo = "list";
15
- rev = "b85018227bf5620427fc719c80fd652d52fd945f";
16
- hash = "sha256-IV9k14VQlr92hzcApLCYA6rHdVRQL9kgRTJzyz37TRY=";
+ rev = "9f9c1865c17a23edce0491aa6e697cc987fcdafa";
+ hash = "sha256-BX8pFGtqTTlWgsZ5IJP7hApG4ysSYHTibT3+hwugSHA=";
17
};
18
19
dontBuild = true;
0 commit comments