summary refs log tree commit diff
path: root/pkgs/applications/audio/ardour
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-08-16 19:11:14 +0200
committerBart Brouns <bart@magnetophon.nl>2017-08-16 22:39:39 +0200
commita6415eb14328cc874a678a0e0abbf82369081c6c (patch)
tree066e14f20f54001f68fcb0853c38226bca95530a /pkgs/applications/audio/ardour
parentcb2f2aa563a5be0eca70d3a16a9351a7d419438f (diff)
downloadnixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.tar
nixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.tar.gz
nixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.tar.bz2
nixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.tar.lz
nixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.tar.xz
nixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.tar.zst
nixpkgs-a6415eb14328cc874a678a0e0abbf82369081c6c.zip
ardour: 5.10 -> 5.11
Diffstat (limited to 'pkgs/applications/audio/ardour')
-rw-r--r--pkgs/applications/audio/ardour/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix
index c447863e149..a1cca6ee162 100644
--- a/pkgs/applications/audio/ardour/default.nix
+++ b/pkgs/applications/audio/ardour/default.nix
@@ -16,7 +16,7 @@ let
   # "git describe" when _not_ on an annotated tag(!): MAJOR.MINOR-REV-HASH.
 
   # Version to build.
-  tag = "5.10";
+  tag = "5.11";
 
 in
 
@@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
 
   src = fetchgit {
     url = "git://git.ardour.org/ardour/ardour.git";
-    rev = "9c629c0c76808cc3e8f05e43bc760f849566dce6";
-    sha256 = "062igiaaj18kbismrpzbafyq1ryyqj3lh0ajqqs2s8ms675x33sl";
+    rev = "bd40b9132cbac2d2b79ba0ef480bd41d837f8f71";
+    sha256 = "0xxxjg90jzj5cj364mlhk8srkgaghxif2jj1015bra25pffk41ay";
   };
 
   buildInputs =