roboto: 2.135 -> 2.136
This commit is contained in:
parent
1853f174d1
commit
58a5a32dc9
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "roboto-${version}";
|
name = "roboto-${version}";
|
||||||
version = "2.135";
|
version = "2.136";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/google/roboto/releases/download/v${version}/roboto-unhinted.zip";
|
url = "https://github.com/google/roboto/releases/download/v${version}/roboto-unhinted.zip";
|
||||||
sha256 = "1ndlh36bcx4mhi58sxfx6ywbib586brh6s5sk3jyji78h1i7j8zr";
|
sha256 = "0yx3q5wbbl1qkxfx1fglzy3rvms98jr8fcfj70vvvz3r3lppv201";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user