Skip to content

Commit e35b0f3

Browse files
melodeon: 0.4.2 -> 0.4.3 (#356931)
2 parents 3674a8e + 6224134 commit e35b0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/me/melodeon/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "melodeon";
11-
version = "0.4.2";
11+
version = "0.4.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "CDrummond";
1515
repo = "melodeon";
1616
rev = "refs/tags/${finalAttrs.version}";
17-
hash = "sha256-CwJd77FAEcfCvxHeh3V1SIsgSam3S5WtpSLj9WrOOyI=";
17+
hash = "sha256-Og0o4Iy0mvGE7H5IY9h7uo7w64jZjXtdsGd4ApYO8oU=";
1818
fetchSubmodules = true;
1919
};
2020

0 commit comments

Comments
 (0)