about summary refs log tree commit diff
path: root/pkgs/applications/audio/stochas
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-23 08:14:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-23 08:14:31 +0000
commit3732d9e3677395d094ed4c4480ab82333cc0e759 (patch)
tree430c7e3d52fdcf9994e948497cfd411c4b3f717b /pkgs/applications/audio/stochas
parentc3ef258b6ff7ce731625330f7815f8218e6c26d2 (diff)
stochas: 1.3.5 -> 1.3.8
Diffstat (limited to 'pkgs/applications/audio/stochas')
-rw-r--r--pkgs/applications/audio/stochas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/stochas/default.nix b/pkgs/applications/audio/stochas/default.nix
index d295689716b24..4bff0179ed563 100644
--- a/pkgs/applications/audio/stochas/default.nix
+++ b/pkgs/applications/audio/stochas/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stochas";
-  version = "1.3.5";
+  version = "1.3.8";
 
   src = fetchFromGitHub {
     owner = "surge-synthesizer";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1z8q53qfigw6wwbvpca92b9pf9d0mv3nyb0fmszz5ikj3pcybi7m";
+    sha256 = "sha256-/YT2M/VbkABjFvtTjGPWaSKUZaznMIYKXV6gNSD2PeU=";
     fetchSubmodules = true;
   };