kdsingleapplication: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2025-05-26 19:31:53 +00:00
parent bdc995d3e9
commit 80e53f0401

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "KDSingleApplication"; pname = "KDSingleApplication";
version = "1.1.0"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KDAB"; owner = "KDAB";
repo = "KDSingleApplication"; repo = "KDSingleApplication";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Ymm+qOZMWULg7u5xEpGzcAfIrbWBQ3jsndnFSnh6/PA="; hash = "sha256-rglt89Gw6OHXXVOEwf0TxezDzyHEvWepeGeup7fBlLs=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];