summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-10-01 11:27:47 +0800
committerGitHub <noreply@github.com>2022-10-01 11:27:47 +0800
commit87ad09a6f07b4c127c80ebca05a63f9ad4fec513 (patch)
treecb6330e15f9d855e0788f2dcec77670c9099a38a
parent23d73af59914a5a768276bd07e00cc1286a073be (diff)
parenteed7cb8167a70b8993869d6dc0f5ee3286d681bb (diff)
Merge pull request #192824 from suhr/helio
helio-workstation: 3.9 -> 3.10
-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 9801f2d2b2ad..91505e3da225 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.9";
+ version = "3.10";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
- sha256 = "sha256-AtgKgw+F5lc0Ma3zOxmk3iaZQp2KZb2FP5F8QvvYTT4=";
+ sha256 = "sha256-TqwebaFZXUto+azVJQlggqAc7WKDxAaXxyXcG8x5S/w=";
};
buildInputs = [