Merge pull request #213099 from r-ryantm/auto-update/haruna
haruna: 0.10.0 -> 0.10.2
This commit is contained in:
commit
0e4512f101
1 changed files with 2 additions and 2 deletions
|
@ -26,13 +26,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "haruna";
|
pname = "haruna";
|
||||||
version = "0.10.0";
|
version = "0.10.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "multimedia";
|
owner = "multimedia";
|
||||||
repo = "haruna";
|
repo = "haruna";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-UU8tbaZz7udDulh+PHPZDc3rm1MvK4dafPgXL50apMI=";
|
hash = "sha256-hhHWxmr2EzW9QqfV1bpJCiWOWsmGJmvxvtQcuXlMTc4=";
|
||||||
domain = "invent.kde.org";
|
domain = "invent.kde.org";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue