Skip to content

Commit

Permalink
joypixels: 5.0.2 → 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Apr 2, 2020
1 parent 1fffcbc commit 1c8118c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/joypixels/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "joypixels";
version = "5.0.2";
version = "5.5.0";

src = fetchurl {
url = "https://cdn.joypixels.com/arch-linux/font/${version}/joypixels-android.ttf";
sha256 = "0javgnfsh2nfddr5flf4yzi81ar8wx2z8w1q7h4fvdng5fsrgici";
sha256 = "S0Y/yAps11W69poz2c3xJSX9Augexm82ZzbbCSgoeXA=";
};

dontUnpack = true;
Expand Down

0 comments on commit 1c8118c

Please sign in to comment.