Skip to content

Commit a98c720

Browse files
r-ryantmfgaz
authored andcommitted
openmoji-color: 15.0.0 -> 15.1.0
1 parent af5a5c9 commit a98c720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/data/fonts/openmoji/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ assert lib.asserts.assertOneOf "buildMaximumColorFonts" buildMaximumColorFonts [
4242

4343
stdenvNoCC.mkDerivation rec {
4444
pname = "openmoji";
45-
version = "15.0.0";
45+
version = "15.1.0";
4646

4747
src = fetchFromGitHub {
4848
owner = "hfg-gmuend";
4949
repo = pname;
5050
rev = version;
51-
hash = "sha256-659ONkHU45Z2789ay0yLero9j5nFWhslpJad++4oNN8=";
51+
hash = "sha256-k37MsBbRUZ4vIEPAgVMiCK8gz377DWwAfjjjOassNMY=";
5252
};
5353

5454
patches = [

0 commit comments

Comments
 (0)