kalendar: 0.4.0 -> 1.0.0

This commit is contained in:
hqurve 2022-02-13 12:42:11 -04:00
parent 098bc43a72
commit b9b86016fd

View file

@ -10,6 +10,7 @@
, qtsvg , qtsvg
, qtlocation , qtlocation
, qtdeclarative , qtdeclarative
, qqc2-desktop-style
, kirigami2 , kirigami2
, kdbusaddons , kdbusaddons
@ -38,14 +39,14 @@
mkDerivation rec { mkDerivation rec {
pname = "kalendar"; pname = "kalendar";
version = "0.4.0"; version = "1.0.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "invent.kde.org"; domain = "invent.kde.org";
owner = "pim"; owner = "pim";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-j383I40lChsI/VOgceaHYGhE61p3SpvInUrkUV5HnHY="; sha256 = "sha256-kjtLVU+8wbIa7R6J1XOjuvS3AnJNngxNBCx24Dy1QzM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -60,6 +61,7 @@ mkDerivation rec {
qtsvg qtsvg
qtlocation qtlocation
qtdeclarative qtdeclarative
qqc2-desktop-style
kirigami2 kirigami2
kdbusaddons kdbusaddons