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 6d0e5ae commit 53c60b8Copy full SHA for 53c60b8
pkgs/by-name/me/melodeon/package.nix
@@ -8,19 +8,20 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "melodeon";
11
- version = "0.4.3";
+ version = "0.4.4";
12
13
src = fetchFromGitHub {
14
owner = "CDrummond";
15
repo = "melodeon";
16
tag = finalAttrs.version;
17
- hash = "sha256-Og0o4Iy0mvGE7H5IY9h7uo7w64jZjXtdsGd4ApYO8oU=";
+ hash = "sha256-RlUQdidBUI3+xNpzgcffjQHjMpz7L7cJQPPCcTkvLRw=";
18
fetchSubmodules = true;
19
};
20
21
buildInputs = [
22
qt6.qtbase
23
qt6.qtwebengine
24
+ qt6.qtsvg
25
];
26
27
nativeBuildInputs = [
0 commit comments