Unverified Commit c0395aba authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

melodeon: 0.4.1 -> 0.4.2 (#353252)

parents 257cb10f f7ed0193
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };