CuboCore.coregarage: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm
2026-05-06 00:28:32 +00:00
parent ae66612cd4
commit 002357d1eb
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "coregarage";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitLab {
owner = "cubocore/coreapps";
repo = "coregarage";
tag = "v${finalAttrs.version}";
hash = "sha256-boe7z8KPnMaoWekBFS4g/Ay98rpREeLMAsHOr2olYws=";
hash = "sha256-aPBqlt/bL1cx6mLaf/gEFQB+NEvGQJioBJZ4QAxTwzw=";
};
nativeBuildInputs = [