about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 17:20:48 +0100
committerGitHub <noreply@github.com>2024-01-03 17:20:48 +0100
commit9e4a67ea3c44565e477088b27701ac291f854250 (patch)
tree026260fadaba4fdd4e518869495071614d057aba /pkgs/applications/audio
parent167109da02ccafc92bbf85f43ef67d2f154d426e (diff)
parent8e16d73dab42254b43e56373e1177941d453e647 (diff)
Merge pull request #274515 from r-ryantm/auto-update/helio-workstation
helio-workstation: 3.11 -> 3.12
Diffstat (limited to 'pkgs/applications/audio')
-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 a416cbecc02eb..0b92b23d18003 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.11";
+  version = "3.12";
 
   src = fetchFromGitHub {
     owner = "helio-fm";
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-ec4ueg6TNo3AaZ81j01OQZzhgOfSzG1/Vd0QhEXOUl0=";
+    sha256 = "sha256-U5F78RlM6+R+Ms00Z3aTh3npkbgL+FhhFtc9OpGvbdY=";
   };
 
   buildInputs = [