summary refs log tree commit diff
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2022-04-18 19:49:08 +0100
committerGitHub <noreply@github.com>2022-04-18 19:49:08 +0100
commit64512ac0eff1bd015f24caa03803f6c192ca943a (patch)
treeeea8eaef599535f308a5515fe5e6bbeb3b13f3d4
parent619c43a56e6fd2a768ef0d50d11cede5f6036581 (diff)
parent9f30caf8b9ad6b91a71b6f49bd753cffeb506c1c (diff)
downloadnixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.tar
nixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.tar.gz
nixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.tar.bz2
nixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.tar.lz
nixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.tar.xz
nixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.tar.zst
nixpkgs-64512ac0eff1bd015f24caa03803f6c192ca943a.zip
Merge pull request #163132 from suhr/helio
helio-workstation: 3.8 -> 3.9
-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 b36d977b2bd..9801f2d2b2a 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.8";
+  version = "3.9";
 
   src = fetchFromGitHub {
     owner = "helio-fm";
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-uwRSOJ5WvDH4mfL9pCTCGzuSRT8SIBrI+Wsbumzejv0=";
+    sha256 = "sha256-AtgKgw+F5lc0Ma3zOxmk3iaZQp2KZb2FP5F8QvvYTT4=";
   };
 
   buildInputs = [