gimoji: 1.2.0 -> 1.3.0 (#516693)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-05 08:03:07 +00:00
committed by GitHub
+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";