bemoji: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-02-24 15:02:26 +00:00
parent 8db50d6f20
commit 3494cee9ba

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "bemoji"; pname = "bemoji";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marty-oehme"; owner = "marty-oehme";
repo = "bemoji"; repo = "bemoji";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-DhsJX5HlyTh0QLlHy1OwyaYg4vxWpBSsF71D9fxqPWE="; hash = "sha256-HXwho0vRI9ZrUuDMicMH4ZNExY+zJfbrne2LMQmmHww=";
}; };
strictDeps = true; strictDeps = true;