haruna: 1.3.0 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-01-29 20:32:35 +00:00
parent d20931e1a7
commit 2f9e5759f1
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "haruna";
version = "1.3.0";
version = "1.3.2";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-9KvqZzB9n4x11xhdEkdn0lxv92dbcWWbyL7GjqvfJhA=";
hash = "sha256-B4L3RG1Lq//7TGeZ1ho4LLiHRa9ourm9wL9VWljbXQo=";
domain = "invent.kde.org";
};