stochas: 1.3.8 -> 1.3.9

This commit is contained in:
R. Ryantm 2022-12-06 23:43:42 +00:00
parent 7ea3d4395d
commit c3552b5340

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stochas";
version = "1.3.8";
version = "1.3.9";
src = fetchFromGitHub {
owner = "surge-synthesizer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/YT2M/VbkABjFvtTjGPWaSKUZaznMIYKXV6gNSD2PeU=";
sha256 = "sha256-AnYViWterLBsTtd0wohff1CEwrSYA4CvOLGhJnPFUt8=";
fetchSubmodules = true;
};