language_subtag_registry: fix hash (#47555)
This commit is contained in:
parent
339835b0f2
commit
61007c0e96
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
language_subtag_registry = fetchurl {
|
language_subtag_registry = fetchurl {
|
||||||
url = "http://www.iana.org/assignments/language-subtag-registry";
|
url = "http://www.iana.org/assignments/language-subtag-registry";
|
||||||
sha256 = "1qfkvllyqcy40vmnvjn5w9fxw7g6ww46cb306vkgcfghnjjfhv3b";
|
sha256 = "0y9x5gra6jri4sk16f0dp69p06almnsl48rs85605f035kf539qm";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user