Merge pull request #209019 from jojosch/haruna-update

haruna: 0.9.3 -> 0.10.0
This commit is contained in:
Mario Rodas 2023-01-04 06:49:51 -05:00 committed by GitHub
commit 03287dc59d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,13 @@
mkDerivation rec {
pname = "haruna";
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-JINvLmiS6EnkAmxbqPJI+J9Wk4+ZXwZZm1x5Ew7FCBg=";
hash = "sha256-UU8tbaZz7udDulh+PHPZDc3rm1MvK4dafPgXL50apMI=";
domain = "invent.kde.org";
};