mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
montserrat: 7.210 -> 7.222
This commit is contained in:
parent
3a641defd1
commit
aaa9586c1a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "montserrat";
|
pname = "montserrat";
|
||||||
version = "7.210";
|
version = "7.222";
|
||||||
in fetchFromGitHub {
|
in fetchFromGitHub {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
owner = "JulietaUla";
|
owner = "JulietaUla";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-C6T0Iz1rFC+EsKFJRil2jGTMQ4X7wR80E3eORL5qi0U=";
|
sha256 = "sha256-MeNnc1e5X5f0JyaLY6fX22rytHkvL++eM2ygsdlGMv0=";
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
tar xf $downloadedFile --strip 1
|
tar xf $downloadedFile --strip 1
|
||||||
|
|
Loading…
Reference in a new issue