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

haruna: 0.11.0 -> 0.11.1
This commit is contained in:
Weijia Wang
2023-06-20 02:38:35 +03:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
mkDerivation rec {
pname = "haruna";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-9cN5C+sjnbkChnwKo+pzFsSogkz9l5C1U5DtXzC2kQ4=";
hash = "sha256-quCkQN1IxKoGr+VzeDXs2UChJgxfgI+z56SDYc6eZDc=";
domain = "invent.kde.org";
};