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