about summary refs log tree commit diff
path: root/pkgs/applications/audio/helio-workstation
diff options
context:
space:
mode:
authorСухарик <65870+suhr@users.noreply.github.com>2021-03-24 12:56:01 +0300
committerСухарик <65870+suhr@users.noreply.github.com>2021-03-24 12:56:01 +0300
commitc28c61b7a5b455f8d2e956a36b18c0b8712fdaca (patch)
treeb4d60c634207ae680ab73da838cd1e5e6448afe7 /pkgs/applications/audio/helio-workstation
parente13c5e711a7c069ef10c914858f6d0ad6fc6822b (diff)
helio-workstation: 3.3 -> 3.4
Diffstat (limited to 'pkgs/applications/audio/helio-workstation')
-rw-r--r--pkgs/applications/audio/helio-workstation/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/helio-workstation/default.nix b/pkgs/applications/audio/helio-workstation/default.nix
index e2c19ac156d4b..bb92682b141fc 100644
--- a/pkgs/applications/audio/helio-workstation/default.nix
+++ b/pkgs/applications/audio/helio-workstation/default.nix
@@ -5,14 +5,14 @@
 
 stdenv.mkDerivation rec {
   pname = "helio-workstation";
-  version = "3.3";
+  version = "3.4";
 
   src = fetchFromGitHub {
     owner = "helio-fm";
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-meeNqV1jKUwWc7P3p/LicPsbpzpKKFmQ1wP9DuXc9NY=";
+    sha256 = "sha256-zXsDu/xi7OV6VtnZK9ZJ8uwPeA5uTgNpAQsqe90iwG4=";
   };
 
   buildInputs = [