3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #159901 from r-ryantm/auto-update/samim-fonts

samim-fonts: 3.1.0 -> 4.0.4
This commit is contained in:
Mario Rodas 2022-02-13 18:51:12 -05:00 committed by GitHub
commit 5c4a766319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
let
pname = "samim-fonts";
version = "3.1.0";
version = "4.0.4";
in fetchFromGitHub {
name = "${pname}-${version}";
@ -14,7 +14,7 @@ in fetchFromGitHub {
tar xf $downloadedFile --strip=1
find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/samim-fonts {} \;
'';
sha256 = "0mmhncqg48dp0d7l725dv909zswbkk22dlqzcdfh6k6cgk2gn08q";
sha256 = "sha256-WYSJ2mAzAe5H0EaMYU3qNVcQ0lRuHsjZ11YmLnZ2FCo=";
meta = with lib; {
homepage = "https://github.com/rastikerdar/samim-font";