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 22354d5 commit 6224134Copy full SHA for 6224134
pkgs/by-name/me/melodeon/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "melodeon";
11
- version = "0.4.2";
+ version = "0.4.3";
12
13
src = fetchFromGitHub {
14
owner = "CDrummond";
15
repo = "melodeon";
16
rev = "refs/tags/${finalAttrs.version}";
17
- hash = "sha256-CwJd77FAEcfCvxHeh3V1SIsgSam3S5WtpSLj9WrOOyI=";
+ hash = "sha256-Og0o4Iy0mvGE7H5IY9h7uo7w64jZjXtdsGd4ApYO8oU=";
18
fetchSubmodules = true;
19
};
20
0 commit comments