neochat: 1.0.1 -> 1.1.1

This commit is contained in:
Peter Hoeg 2021-02-24 08:54:28 +08:00
parent 012a883733
commit 71e0a6fb1d

View File

@ -3,8 +3,6 @@
, fetchFromGitLab , fetchFromGitLab
, pkg-config , pkg-config
, cmake , cmake
, qtbase
, qttools
, qtquickcontrols2 , qtquickcontrols2
, qtmultimedia , qtmultimedia
, qtgraphicaleffects , qtgraphicaleffects
@ -26,14 +24,14 @@
mkDerivation rec { mkDerivation rec {
pname = "neochat"; pname = "neochat";
version = "1.0.1"; version = "1.1.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "invent.kde.org"; domain = "invent.kde.org";
owner = "network"; owner = "network";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-xGqGFJHyoZXHLv/n3UGr/KVbgs5Gc9kKKWIuKMr9DtQ="; sha256 = "sha256-HvLPsU+fxlyPDP7i9OSnZ/C1RjouOQCp+4WCl6FlFJo=";
}; };
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];