haruna: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-06-04 05:00:42 +00:00 committed by Peter Hoeg
parent c95c1a563d
commit d67dcabe40

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "haruna";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-m4u1V+vp4wOSqRbdbxgxDNgC28biiB3A6w1pSfuczHs=";
hash = "sha256-PjELW0evn53gIbScrM2bYEpb9U/TE/lOCD2DiJ1aodo=";
domain = "invent.kde.org";
};