about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-01 04:56:19 -0500
committerGitHub <noreply@github.com>2020-10-01 04:56:19 -0500
commit33d21a2bff0e7a1e7cd4e0651c69524a24ca48d3 (patch)
tree0abbbd04970f67d7404b0e27e8a23f3b7bb75d9b /pkgs/data/fonts
parentd46c23f3129fea606a71e15641142e794917fdbb (diff)
parent02fff7fff90ac95138a7382b3e821ecfa8e2cdf7 (diff)
Merge pull request #99047 from marsam/update-sudo-font
sudo-font: 0.50 -> 0.51
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/sudo/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/data/fonts/sudo/default.nix b/pkgs/data/fonts/sudo/default.nix
index 48ca0fea1e42e..fab252af458ba 100644
--- a/pkgs/data/fonts/sudo/default.nix
+++ b/pkgs/data/fonts/sudo/default.nix
@@ -1,11 +1,11 @@
 { lib, fetchzip }:
 
 let
-  version = "0.50";
+  version = "0.51";
 in fetchzip {
   name = "sudo-font-${version}";
-  url = "https://github.com/jenskutilek/sudo-font/raw/v${version}/dist/sudo.zip";
-  sha256 = "1mk81r9p7ks6av3rj06c6n9vx2qv2hwx6zfbc2mk1filxjirk1ll";
+  url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
+  sha256 = "19m132183w5hrc5qvlb6cj38hir2302cqiljlfc72qdlb8al6fwi";
 
   postFetch = ''
     mkdir -p $out/share/fonts/
@@ -21,4 +21,3 @@ in fetchzip {
     platforms = platforms.all;
   };
 }
-