about summary refs log tree commit diff
path: root/pkgs/development/libraries/libuninameslist
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-10-23 18:45:16 +0200
committerKerstin Humm <kerstin@erictapen.name>2022-10-23 18:45:16 +0200
commitb523042405743910ce18b6e5fbaa34e2a8ae9592 (patch)
tree5d3bff866361c3b6e113db526089bc659f5fb9c5 /pkgs/development/libraries/libuninameslist
parent7bc0c0e8a6530dca28c088e348766e366c575d49 (diff)
libuninameslist: 20211114 -> 20221022
Diffstat (limited to 'pkgs/development/libraries/libuninameslist')
-rw-r--r--pkgs/development/libraries/libuninameslist/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libuninameslist/default.nix b/pkgs/development/libraries/libuninameslist/default.nix
index cd615ed81fe97..7915e7b50f6b0 100644
--- a/pkgs/development/libraries/libuninameslist/default.nix
+++ b/pkgs/development/libraries/libuninameslist/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libuninameslist";
-  version = "20211114";
+  version = "20221022";
 
   src = fetchFromGitHub {
     owner = "fontforge";
     repo = pname;
     rev = version;
-    sha256 = "sha256-izxG2mx+D83s78eL19ERUaLrw9FPjlJRcFZw3+xzLDQ=";
+    sha256 = "sha256-YLlSe2++DpcptuAxLduTYAY2m9D8JSGDcvzijpAv1rU=";
   };
 
   nativeBuildInputs = [