stochas: 1.3.10 -> 1.3.12

This commit is contained in:
R. Ryantm 2024-10-28 03:58:59 +00:00
parent 31513aaf6f
commit b8387992e9

View File

@ -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;
};