summary refs log tree commit diff
path: root/pkgs/tools/misc/fntsample
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-19 11:00:50 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-19 11:00:50 -0300
commit60537e0b578d6086fde278c5d7f2d59b23a55945 (patch)
tree737eb2ba09cb39a9df84d9d5ae794d9e1fea70d1 /pkgs/tools/misc/fntsample
parent00e29481bad7ea8fbf72c399a7ac383c6e3b7aa9 (diff)
downloadnixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.tar
nixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.tar.gz
nixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.tar.bz2
nixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.tar.lz
nixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.tar.xz
nixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.tar.zst
nixpkgs-60537e0b578d6086fde278c5d7f2d59b23a55945.zip
fntsample: fix hash
Diffstat (limited to 'pkgs/tools/misc/fntsample')
-rw-r--r--pkgs/tools/misc/fntsample/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fntsample/default.nix b/pkgs/tools/misc/fntsample/default.nix
index c9cd9c7bc02..6600b7fab72 100644
--- a/pkgs/tools/misc/fntsample/default.nix
+++ b/pkgs/tools/misc/fntsample/default.nix
@@ -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 {