Merge pull request #191925 from superherointj/package-fntsample-fix-hash
fntsample: fix hash
This commit is contained in:
commit
d15db11db1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
let
|
let
|
||||||
ucd-blocks = fetchurl {
|
ucd-blocks = fetchurl {
|
||||||
url = "https://www.unicode.org/Public/15.0.0/ucd/Blocks.txt";
|
url = "https://www.unicode.org/Public/15.0.0/ucd/Blocks.txt";
|
||||||
hash = "sha256-WYhw3d73s0talykWUoxFav8nZbec1Plkf7WM63Z+fxc=";
|
hash = "sha256-Up3F0PY4bVLy9W4AS7+rSM4tWH7qnTi6VGxAUkkb2CA=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in a new issue