summary refs log tree commit diff
path: root/pkgs/applications/audio/muse/default.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-03-22 22:56:15 +0000
committerOrivej Desh <orivej@gmx.fr>2020-03-23 02:54:49 +0000
commit624c83f70a319b0be4e84a336c1ae91da44b7853 (patch)
tree131f38308ee8eae03de6a4097eb5f013f7e811f7 /pkgs/applications/audio/muse/default.nix
parentf4c15495a663161a1a5a0085642d35dea2ce4a9c (diff)
downloadnixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.tar
nixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.tar.gz
nixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.tar.bz2
nixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.tar.lz
nixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.tar.xz
nixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.tar.zst
nixpkgs-624c83f70a319b0be4e84a336c1ae91da44b7853.zip
muse: 3.1pre1 -> 3.1.0
Diffstat (limited to 'pkgs/applications/audio/muse/default.nix')
-rw-r--r--pkgs/applications/audio/muse/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/muse/default.nix b/pkgs/applications/audio/muse/default.nix
index f1fad05bece..8d71a733344 100644
--- a/pkgs/applications/audio/muse/default.nix
+++ b/pkgs/applications/audio/muse/default.nix
@@ -17,9 +17,9 @@
 , pkgconfig
 }:
 
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
   pname = "muse-sequencer";
-  version = "3.1pre1";
+  version = "3.1.0";
 
   meta = with stdenv.lib; {
     homepage = "https://www.muse-sequencer.org/";
@@ -32,15 +32,15 @@ stdenv.mkDerivation {
       MusE aims to be a complete multitrack virtual studio for Linux,
       it is published under the GNU General Public License.
     '';
-    license = stdenv.lib.licenses.gpl2;
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 
   src =
     fetchFromGitHub {
       owner = "muse-sequencer";
       repo = "muse";
-      rev = "2167ae053c16a633d8377acdb1debaac10932838";
-      sha256 = "0rsdx8lvcbz5bapnjvypw8h8bq587s9z8cf2znqrk6ah38s6fsrf";
+      rev = "muse_${builtins.replaceStrings ["."] ["_"] version}";
+      sha256 = "08k25652w88xf2i79lw305x1phpk7idrww9jkqwcs8q6wzgmz8aq";
     };