CuboCore.coreaction: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm
2026-05-06 00:57:59 +00:00
parent ae66612cd4
commit dd4121aa4d
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "coreaction";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitLab {
owner = "cubocore/coreapps";
repo = "coreaction";
tag = "v${finalAttrs.version}";
hash = "sha256-R/pzudaxs85etbI4hh2NwHNtO7EqI+vgJALY/4rIvrs=";
hash = "sha256-93/1emCLXP3hHDGdzjF5horWkpG51yM5p68RUs1yoVg=";
};
nativeBuildInputs = [