about summary refs log tree commit diff
path: root/pkgs/by-name/be
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 15:02:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 15:02:26 +0000
commit3494cee9ba30b1f11b3237d85a06c2b2297c9ef7 (patch)
tree01ac7d77651bc773ede06caacaa023f50ae09318 /pkgs/by-name/be
parent8db50d6f207f6e6bea072986fe5abfc955f04bfc (diff)
bemoji: 0.3.0 -> 0.4.0
Diffstat (limited to 'pkgs/by-name/be')
-rw-r--r--pkgs/by-name/be/bemoji/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/be/bemoji/package.nix b/pkgs/by-name/be/bemoji/package.nix
index 1747d8934c262..37e2155ca1d3b 100644
--- a/pkgs/by-name/be/bemoji/package.nix
+++ b/pkgs/by-name/be/bemoji/package.nix
@@ -5,13 +5,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "bemoji";
-  version = "0.3.0";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "marty-oehme";
     repo = "bemoji";
     rev = "refs/tags/v${version}";
-    hash = "sha256-DhsJX5HlyTh0QLlHy1OwyaYg4vxWpBSsF71D9fxqPWE=";
+    hash = "sha256-HXwho0vRI9ZrUuDMicMH4ZNExY+zJfbrne2LMQmmHww=";
   };
 
   strictDeps = true;