CuboCore.coreshot 4.4.0 -> 4.5.0 https://repology.org/project/coreshot/versions attrpath: CuboCore.coreshot Checking auto update branch... No auto update branch exists Old version 4.4.0" not present in master derivation file with contents: { mkDerivation, lib, fetchFromGitLab, qtbase, qtx11extras, cmake, ninja, libcprime, libcsys }: mkDerivation rec { pname = "coreshot"; version = "4.5.0"; src = fetchFromGitLab { owner = "cubocore/coreapps"; repo = pname; rev = "v${version}"; hash = "sha256-XPECvwZkJIoN/r5oFWJpgl/WASpybgLjCK/F0XVMHyU="; }; nativeBuildInputs = [ cmake ninja ]; buildInputs = [ qtbase qtx11extras libcprime libcsys ]; meta = with lib; { description = "A screen capture utility from the C Suite"; homepage = "https://gitlab.com/cubocore/coreapps/coreshot"; license = licenses.gpl3Plus; maintainers = with maintainers; [ dan4ik605743 ]; platforms = platforms.linux; }; }