haruna: 1.0.2 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-05-01 23:00:49 +00:00
parent 6b39739b77
commit 040e3e60c5

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "haruna";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-L/mTFPJPHl8A6FqkWUwICh+Yl4uIE5KnTkZVnC4kCZ8=";
hash = "sha256-403ZqllSSaOdTS1GSf8EIQk9gHOxMsWogbK9qh+MhpY=";
domain = "invent.kde.org";
};