neochat: 1.0 -> 1.0.1

This commit is contained in:
R. RyanTM 2021-01-20 11:06:08 +00:00 committed by Peter Hoeg
parent 369e772cda
commit 4a8c551c89
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@
mkDerivation rec { mkDerivation rec {
pname = "neochat"; pname = "neochat";
version = "1.0"; version = "1.0.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 = "1r9n83kvc5v215lzmzh6hyc5q9i3w6znbf508qk0mdwdzxz4zry9"; sha256 = "sha256-xGqGFJHyoZXHLv/n3UGr/KVbgs5Gc9kKKWIuKMr9DtQ=";
}; };
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];