Skip to content

Commit

Permalink
scheherazade-new: 4.000 → 4.300
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 26, 2024
1 parent cbe4fa7 commit 9d87d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/data/fonts/scheherazade/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ lib, stdenvNoCC, fetchzip, version ? "4.000" }:
{ lib, stdenvNoCC, fetchzip, version ? "4.300" }:

let
new = lib.versionAtLeast version "3.000";
hash = {
"2.100" = "sha256-d2UyOOOnmE1afCwyIrM1bL3lQC7XRwh03hzetk/4V30=";
"3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY=";
"4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE=";
"4.300" = "sha256-djUZyBJaX6cFG4SYn+HIldNhRQ4Hg+Jt3uDfYzo9H5o=";
}."${version}";
pname = "scheherazade${lib.optionalString new "-new"}";
in
Expand Down

0 comments on commit 9d87d56

Please sign in to comment.