Merge pull request #330401 from r-ryantm/auto-update/kaidan

kaidan: 0.9.1 -> 0.9.2
This commit is contained in:
tomberek 2024-07-28 00:17:37 -04:00 committed by GitHub
commit 68ce98480c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
mkDerivation rec {
pname = "kaidan";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "network";
repo = pname;
rev = "v${version}";
hash = "sha256-F5GhN9hAF2e8b0T3peUnLk8CVd+nq4YR8k52x6ZOoLM=";
hash = "sha256-2UzXWd/fR5UwGywebYGWhh817x+VC76zmVaVZSBOg7M=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];