Commit 17f4ff80 authored by R. RyanTM's avatar R. RyanTM
Browse files

melodeon: 0.4.4 -> 0.4.5

parent 1c7b92be
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.4";
  version = "0.4.5";

  src = fetchFromGitHub {
    owner = "CDrummond";
    repo = "melodeon";
    tag = finalAttrs.version;
    hash = "sha256-RlUQdidBUI3+xNpzgcffjQHjMpz7L7cJQPPCcTkvLRw=";
    hash = "sha256-qIqCk6nMwbJv1stXwZoK89IQjbD0Wv6jmK2g+zyCpNU=";
    fetchSubmodules = true;
  };