Unverified Commit 7f460196 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

surge-XT: 1.3.2 -> 1.3.4 (#348526)

parents eabd4fd1 196743e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

stdenv.mkDerivation rec {
  pname = "surge-XT";
  version = "1.3.2";
  version = "1.3.4";

  src = fetchFromGitHub {
    owner = "surge-synthesizer";
    repo = "surge";
    rev = "release_xt_${version}";
    fetchSubmodules = true;
    hash = "sha256-r8CZxjmH9lfCizc95jRB4je+R/74zMqRMlGIZxxxriw=";
    hash = "sha256-4b0H3ZioiXFc4KCeQReobwQZJBl6Ep2/8JlRIwvq/hQ=";
  };

  nativeBuildInputs = [