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:
commit
5c4a766319
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue