Unverified Commit 23013c12 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

stochas: 1.3.10 -> 1.3.12 (#351807)

parents 7c205001 b8387992
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;
  };