CuboCore.corekeyboard: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2023-08-31 12:26:48 +00:00
parent 9b4d043ba2
commit 9f1ced334e

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "corekeyboard";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitLab {
owner = "cubocore/coreapps";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zOH/w4QroMaVjWnFuWAJQ11RYlpXwIXRG9QYGDkfLVY=";
sha256 = "sha256-Hylz1x9Wsk0iVhpNBFZJChsl3gIvJDICgpITjIXDZAg=";
};
nativeBuildInputs = [