Commit b8387992 authored by R. RyanTM's avatar R. RyanTM
Browse files

stochas: 1.3.10 -> 1.3.12

parent 31513aaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "stochas";
  version = "1.3.10";
  version = "1.3.12";

  src = fetchFromGitHub {
    owner = "surge-synthesizer";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-L7dzUUQNCwcuQavUx9hBH0FX5KSocfeYUv5qBcPD2Vg=";
    hash = "sha256-GrYzsyezunFLFVzBfYCbNC53K695eYto9338iAALiSk=";
    fetchSubmodules = true;
  };