about summary refs log tree commit diff
path: root/pkgs/applications/audio/stochas
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2021-06-05 23:36:30 +0200
committerBart Brouns <bart@magnetophon.nl>2021-06-05 23:36:30 +0200
commit8240b5ad7f73ebebb0f2d8aea1440882d861b4e9 (patch)
tree697b400bbec443e332e249231b9ebbae85bbe1fc /pkgs/applications/audio/stochas
parent7900720d27643ce540399770057e8248bd78fa9e (diff)
stochas: 1.3.4 -> 1.3.5
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 0c50cda8e6c0e..aa4b4acf51453 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.4";
+  version = "1.3.5";
 
   src = fetchFromGitHub {
     owner = "surge-synthesizer";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0b26mbj727dnygavz4kihnhmnnvwsr9l145w6kydq7bd7nwiw7lq";
+    sha256 = "1z8q53qfigw6wwbvpca92b9pf9d0mv3nyb0fmszz5ikj3pcybi7m";
     fetchSubmodules = true;
   };