diff options
| author | Artturi <Artturin@artturin.com> | 2021-08-07 00:12:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 00:12:18 +0300 |
| commit | 84567da68b083cba36b0c5b2f5680ac9c044d291 (patch) | |
| tree | e75f4ac3c44a7c05e36e3d97e7f0ffd740b692c1 | |
| parent | Merge pull request #126317 from NixOS/backport-126269-to-release-21.05 (diff) | |
| parent | helio-workstation: 3.4 -> 3.6 (diff) | |
| download | nixpkgs-84567da68b083cba36b0c5b2f5680ac9c044d291.tar.gz | |
Merge pull request #124833 from NixOS/backport-124239-to-release-21.05
[Backport release-21.05] helio-workstation: 3.4 -> 3.6
| -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 = [ |
