about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-18 13:26:04 -0700
committerGitHub <noreply@github.com>2024-03-18 13:26:04 -0700
commited2d352ae84814165055837965e335b4afa9b4fa (patch)
tree6e67dee49bed00547143242f3200edd32d6c5226 /pkgs/data
parent54f19013004317f12bd03c3aec208d3bff6b7ce0 (diff)
parent2b26dcad9e2003e69f68c86dcb311009b47a612e (diff)
downloadnixlib-ed2d352ae84814165055837965e335b4afa9b4fa.tar
nixlib-ed2d352ae84814165055837965e335b4afa9b4fa.tar.gz
nixlib-ed2d352ae84814165055837965e335b4afa9b4fa.tar.bz2
nixlib-ed2d352ae84814165055837965e335b4afa9b4fa.tar.lz
nixlib-ed2d352ae84814165055837965e335b4afa9b4fa.tar.xz
nixlib-ed2d352ae84814165055837965e335b4afa9b4fa.tar.zst
nixlib-ed2d352ae84814165055837965e335b4afa9b4fa.zip
Merge pull request #296813 from r-ryantm/auto-update/_0xproto
_0xproto: 1.602 -> 1.603
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/0xproto/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/0xproto/default.nix b/pkgs/data/fonts/0xproto/default.nix
index 98571ba7a580..ee43ede57da4 100644
--- a/pkgs/data/fonts/0xproto/default.nix
+++ b/pkgs/data/fonts/0xproto/default.nix
@@ -4,14 +4,14 @@
 }:
 stdenvNoCC.mkDerivation rec {
   pname = "0xproto";
-  version = "1.602";
+  version = "1.603";
 
   src = let
     underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
   in
     fetchzip {
       url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip";
-      hash = "sha256-hcPvaC4Tyq9nLuq5RP8UzJOEGYJusRlRo2Ov4JI2IZI=";
+      hash = "sha256-20KqPX6BKlyX+R3zrhDMz3p9Vwgd4RlRe2qhJpic6W4=";
     };
 
   installPhase = ''