gimoji: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-05-05 00:30:44 +00:00
parent 6da63062fb
commit 44e900dda0
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gimoji";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "zeenix";
repo = "gimoji";
rev = finalAttrs.version;
hash = "sha256-9ixaLo3rafOwsPtu+kJodjPBn7AKX/It/0jsnLwCHF4=";
hash = "sha256-2YalpSPG5qzIW/CHlTVnKcvBi0eqD3B5K/KXE7mJwM0=";
};
cargoHash = "sha256-K/2TuHpA7fx/+1uFtl6jclnS1ivVNVCYSqYhONrmQ70=";
cargoHash = "sha256-t2SE3xvLNVra2hU+Fa81dHbopIbl7GgOcef6tUGdbTE=";
meta = {
description = "Easily add emojis to your git commit messages";