Merge pull request #265183 from r-ryantm/auto-update/haruna

haruna: 0.12.1 -> 0.12.2
This commit is contained in:
Weijia Wang
2023-11-04 19:23:51 +01:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
mkDerivation rec {
pname = "haruna";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-x3tgH2eoLVELQKbgNLvJPGQsay8iOfMY/BGLOEov3OM=";
hash = "sha256-6UXgAb42DttNgmO5KRFC5M6kuYrv+GIxQ0EQ4P5cgUI=";
domain = "invent.kde.org";
};