Merge pull request #276118 from r-ryantm/auto-update/kdsingleapplication

kdsingleapplication: 1.0.0 -> 1.1.0
This commit is contained in:
Mario Rodas
2023-12-26 16:01:12 -05:00
committed by GitHub
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "KDSingleApplication";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "KDAB";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5YprRbfiFI2UGMJqDf+3VDwXV904USEpMEpoNm0g7KY=";
hash = "sha256-Ymm+qOZMWULg7u5xEpGzcAfIrbWBQ3jsndnFSnh6/PA=";
};
nativeBuildInputs = [ cmake ];