konbucase: 4.4.0 -> 4.5.1 (#518139)

This commit is contained in:
Marcin Serwin
2026-06-07 12:59:12 +00:00
committed by GitHub
+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;
};