emoji-runner: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm
2026-07-20 05:18:19 +00:00
parent ab62973b0d
commit b354f8b2af

View File

@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "emoji-runner";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "alex1701c";
repo = "EmojiRunner";
tag = finalAttrs.version;
hash = "sha256-Rt7Z0uEbzqRKxV1EpDr//RYaVr3D+Nj+7JS3EAO+hsM=";
hash = "sha256-bATM93BreumyKbyYwPZ8nXL44B3sfSPn7Ob6qHcbGhY=";
};
dontWrapQtApps = true;