about summary refs log tree commit diff
path: root/pkgs/applications/audio/stochas
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-20 11:45:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-20 11:45:02 +0000
commit2d689ae1d343a090e6a0b33b74944125317d4a04 (patch)
tree5924e52720fa81f7fcdbc41c93ed978176f33172 /pkgs/applications/audio/stochas
parentf33dd27a47ebdf11dc8a5eb05e7c8fbdaf89e73f (diff)
stochas: 1.3.9 -> 1.3.10
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 2b72664347e60..4f7ff6b6b5b41 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.9";
+  version = "1.3.10";
 
   src = fetchFromGitHub {
     owner = "surge-synthesizer";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-AnYViWterLBsTtd0wohff1CEwrSYA4CvOLGhJnPFUt8=";
+    sha256 = "sha256-L7dzUUQNCwcuQavUx9hBH0FX5KSocfeYUv5qBcPD2Vg=";
     fetchSubmodules = true;
   };