openmoji-black,openmoji-color: 12.4.0 -> 13.1.0

+5 -5
+5 -5
pkgs/data/fonts/openmoji/default.nix
··· 1 - { stdenv 2 , fetchFromGitHub 3 , scfbuild 4 , python3Packages ··· 13 14 in stdenv.mkDerivation rec { 15 pname = "openmoji"; 16 - version = "12.4.0"; 17 18 src = fetchFromGitHub { 19 owner = "hfg-gmuend"; 20 repo = pname; 21 rev = version; 22 - sha256 = "0zis0i7fn7dqv39c9ms7f1p4dqqzwdfwkdgrijaak1cmb8rkn3a0"; 23 }; 24 25 nativeBuildInputs = [ ··· 60 install -Dm644 ${filename} $out/share/fonts/truetype/${filename} 61 ''; 62 63 - meta = with stdenv.lib; { 64 license = licenses.cc-by-sa-40; 65 maintainers = with maintainers; [ fgaz ]; 66 platforms = platforms.all; ··· 69 description = "Open-source emojis for designers, developers and everyone else"; 70 }; 71 } 72 -
··· 1 + { lib 2 + , stdenv 3 , fetchFromGitHub 4 , scfbuild 5 , python3Packages ··· 14 15 in stdenv.mkDerivation rec { 16 pname = "openmoji"; 17 + version = "13.1.0"; 18 19 src = fetchFromGitHub { 20 owner = "hfg-gmuend"; 21 repo = pname; 22 rev = version; 23 + sha256 = "sha256-7G6a+LFq79njyPhnDhhSJ98Smw5fWlfcsFj6nWBPsSk="; 24 }; 25 26 nativeBuildInputs = [ ··· 61 install -Dm644 ${filename} $out/share/fonts/truetype/${filename} 62 ''; 63 64 + meta = with lib; { 65 license = licenses.cc-by-sa-40; 66 maintainers = with maintainers; [ fgaz ]; 67 platforms = platforms.all; ··· 70 description = "Open-source emojis for designers, developers and everyone else"; 71 }; 72 }