stochas: 1.3.12 -> 1.3.13 (#362837)

This commit is contained in:
Austin Horstman 2024-12-08 18:23:07 -06:00 committed by GitHub
commit 19c2f6aaaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stochas";
version = "1.3.12";
version = "1.3.13";
src = fetchFromGitHub {
owner = "surge-synthesizer";
repo = pname;
rev = "v${version}";
hash = "sha256-GrYzsyezunFLFVzBfYCbNC53K695eYto9338iAALiSk=";
hash = "sha256-Gp49cWvUkwz4xAq5sA1nUO+amRC39iWeUemQJyv6hTs=";
fetchSubmodules = true;
};