melodeon: 0.4.5 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-11-25 19:32:35 +00:00
parent 8ab9a0d981
commit 3a20d8fd05
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "melodeon";
version = "0.4.5";
version = "0.5.0";
src = fetchFromGitHub {
owner = "CDrummond";
repo = "melodeon";
tag = finalAttrs.version;
hash = "sha256-qIqCk6nMwbJv1stXwZoK89IQjbD0Wv6jmK2g+zyCpNU=";
hash = "sha256-WfDPmOysM3ya7PACROCxHjInF0q5AIJ3G4bdJsh8RxA=";
fetchSubmodules = true;
};