kaidan: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2024-07-27 12:20:10 +00:00
parent 1f12de7a33
commit c43b0a207a

View File

@ -21,14 +21,14 @@
mkDerivation rec { mkDerivation rec {
pname = "kaidan"; pname = "kaidan";
version = "0.9.1"; version = "0.9.2";
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}";
hash = "sha256-F5GhN9hAF2e8b0T3peUnLk8CVd+nq4YR8k52x6ZOoLM="; hash = "sha256-2UzXWd/fR5UwGywebYGWhh817x+VC76zmVaVZSBOg7M=";
}; };
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];