konbucase: 4.4.0 -> 4.5.1

This commit is contained in:
R. Ryantm
2026-05-08 17:41:41 +00:00
parent 31b31814e8
commit d0d9909d8b
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "konbucase";
version = "4.4.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "ryonakano";
repo = "konbucase";
tag = finalAttrs.version;
hash = "sha256-56P2RueZSsuQth8IB73r3WYXCQ+rEyfQpGXhLAAeFlY=";
hash = "sha256-MD+hWZ2+gDuaXdqPUMwbROEzvUgq/YcxGjbz+1fkI9M=";
fetchSubmodules = true;
};