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

melodeon: 0.4.4 -> 0.4.5 (#412350)

parents 573dd9d8 17f4ff80
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;
  };