diff options
| author | Сухарик <65870+suhr@users.noreply.github.com> | 2021-05-24 11:59:33 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-05-29 01:20:13 +0000 |
| commit | df81c53bc9636d3c9d2b6f4701b567a3f6f5628a (patch) | |
| tree | 84a36e58acfa4eb39008c6069e1790465b105225 | |
| parent | Merge pull request #124805 from prusnak/electron-21.05 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 = [ |
