summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorСухарик <65870+suhr@users.noreply.github.com>2021-05-24 11:59:33 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-05-29 01:20:13 +0000
commitdf81c53bc9636d3c9d2b6f4701b567a3f6f5628a (patch)
tree84a36e58acfa4eb39008c6069e1790465b105225
parentMerge pull request #124805 from prusnak/electron-21.05 (diff)
downloadnixpkgs-origin/backport-124239-to-release-21.05.tar.gz
helio-workstation: 3.4 -> 3.6origin/backport-124239-to-release-21.05
(cherry picked from commit d6ad9712ef134833dc6becefb6dc71c6404000e4)
-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 4bcda6c4d327..6378a97f31d7 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.4";
+ version = "3.6";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
- sha256 = "sha256-zXsDu/xi7OV6VtnZK9ZJ8uwPeA5uTgNpAQsqe90iwG4=";
+ sha256 = "sha256-qW39g6rQ5VPQ3Hx9NmwLbpZiITnzFZDZlcLkE+pJKPc=";
};
buildInputs = [