We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897dadd commit 151b7f7Copy full SHA for 151b7f7
pkgs/applications/video/haruna/default.nix
@@ -26,13 +26,13 @@
26
27
stdenv.mkDerivation rec {
28
pname = "haruna";
29
- version = "1.2.1";
+ version = "1.3.0";
30
31
src = fetchFromGitLab {
32
owner = "multimedia";
33
repo = "haruna";
34
rev = "v${version}";
35
- hash = "sha256-RxHCs5NiKORikbTyNwRD27aQfX5id4K/Lp1bQ8cAwVo=";
+ hash = "sha256-9KvqZzB9n4x11xhdEkdn0lxv92dbcWWbyL7GjqvfJhA=";
36
domain = "invent.kde.org";
37
};
38
0 commit comments