melodeon: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-11-03 00:19:12 +00:00
parent 7966d83510
commit f7ed019349

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "melodeon";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "CDrummond";
repo = "melodeon";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-k74iJ3tmkMGUh4f538tjD7cv4ZXxm3x6M/d5HU25yPQ=";
hash = "sha256-CwJd77FAEcfCvxHeh3V1SIsgSam3S5WtpSLj9WrOOyI=";
fetchSubmodules = true;
};