about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-04 22:06:43 +0200
committerGitHub <noreply@github.com>2024-06-04 22:06:43 +0200
commitf649f00b47518c5497f88905342711d57b77876d (patch)
tree9a2671ac910895156fb33794ca6f80784ee8dc08 /pkgs
parentae221cb0a1739fe51979656663cfcb087b91795e (diff)
parentd2ebb454b6b7ad68b81ac47b6e892590901c3c88 (diff)
Merge pull request #315779 from r-ryantm/auto-update/helio-workstation
helio-workstation: 3.12 -> 3.13
Diffstat (limited to 'pkgs')
-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 eaaa197a9c6af..dc4bf6333d384 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.12";
+  version = "3.13";
 
   src = fetchFromGitHub {
     owner = "helio-fm";
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-U5F78RlM6+R+Ms00Z3aTh3npkbgL+FhhFtc9OpGvbdY=";
+    sha256 = "sha256-esCulHphPD0gr0dsVBnRTvsGp56vHZmzdbz99mWq9R4=";
   };
 
   buildInputs = [