summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-08-07 00:12:18 +0300
committerGitHub <noreply@github.com>2021-08-07 00:12:18 +0300
commit84567da68b083cba36b0c5b2f5680ac9c044d291 (patch)
treee75f4ac3c44a7c05e36e3d97e7f0ffd740b692c1
parentMerge pull request #126317 from NixOS/backport-126269-to-release-21.05 (diff)
parenthelio-workstation: 3.4 -> 3.6 (diff)
downloadnixpkgs-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.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 = [