melodeon: 0.4.3 -> 0.4.4 (#382846)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 06:39:59 +01:00
committed by GitHub
+3 -2
View File
@@ -8,19 +8,20 @@
stdenv.mkDerivation (finalAttrs: {
pname = "melodeon";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "CDrummond";
repo = "melodeon";
tag = finalAttrs.version;
hash = "sha256-Og0o4Iy0mvGE7H5IY9h7uo7w64jZjXtdsGd4ApYO8oU=";
hash = "sha256-RlUQdidBUI3+xNpzgcffjQHjMpz7L7cJQPPCcTkvLRw=";
fetchSubmodules = true;
};
buildInputs = [
qt6.qtbase
qt6.qtwebengine
qt6.qtsvg
];
nativeBuildInputs = [