haruna: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-05-18 13:04:08 +00:00
parent 1814b56453
commit 4d4c167703

View File

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