Unverified Commit d945ea28 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

qsynth: 0.9.13 -> 0.9.90 (#308225)

parent 31867c0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
  pname = "qsynth";
  version = "0.9.13";
  version = "0.9.90";

  src = fetchurl {
    url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
    hash = "sha256-SvgZrdS6BwWhNgbovcfhpQKVcu0iwr4dDqeIckuo1fk=";
    hash = "sha256-5lqmoUku4/8oKxlQio1nJtMu1kn42iK8mi0K3s9y70M=";
  };

  nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];