Unverified Commit d15db11d authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #191925 from superherointj/package-fntsample-fix-hash

fntsample: fix hash
parents 1b42acb1 60537e0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
let
  ucd-blocks = fetchurl {
    url = "https://www.unicode.org/Public/15.0.0/ucd/Blocks.txt";
    hash = "sha256-WYhw3d73s0talykWUoxFav8nZbec1Plkf7WM63Z+fxc=";
    hash = "sha256-Up3F0PY4bVLy9W4AS7+rSM4tWH7qnTi6VGxAUkkb2CA=";
  };
in
stdenv.mkDerivation rec {