summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorСухарик <65870+suhr@users.noreply.github.com>2020-12-26 14:07:33 +0300
committerСухарик <65870+suhr@users.noreply.github.com>2020-12-26 14:56:24 +0300
commit8e004a6851c154ae528bb0f6d2c15c87d0daa4c4 (patch)
treed1492b343f2ff2b965490d4db5cd2bfa1cd7c89c /pkgs/applications/audio
parent75d69a0a27ee9262805e6a7a605f00e654b75a28 (diff)
helio-workstation: 3.1 -> 3.3
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/helio-workstation/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/helio-workstation/default.nix b/pkgs/applications/audio/helio-workstation/default.nix
index 5fbfdc787eb7..a4f586712831 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.1";
+ version = "3.3";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
- sha256 = "10pna4k43g648gapviykq2zk82iwy5rqff4lbfh5vzxqpg5v4ma6";
+ sha256 = "sha256-meeNqV1jKUwWc7P3p/LicPsbpzpKKFmQ1wP9DuXc9NY=";
};
buildInputs = [
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "One music sequencer for all major platforms, both desktop and mobile";
homepage = "https://helio.fm/";
- license = licenses.gpl3;
+ license = licenses.gpl3Only;
maintainers = [ maintainers.suhr ];
platforms = [ "x86_64-linux" ];
};