summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-02-25 21:23:08 +0100
committerBart Brouns <bart@magnetophon.nl>2017-02-25 21:25:57 +0100
commit9d37470caefbc530b560f287c0a13018d618c401 (patch)
tree12403a5047419a5f89eb938fcca4f9c0cfe0ce6a /pkgs/applications
parent77064ceb35d01440020d5f543c15762557154885 (diff)
ardour: 5.5 -> 5.6
Diffstat (limited to 'pkgs/applications')
-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 6745109d7d04..90ab110bf198 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.5";
+ tag = "5.6";
in
@@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "git://git.ardour.org/ardour/ardour.git";
- rev = "bb3312c3bb9c6ed9b75ac6739a6ee720ddf86c86";
- sha256 = "1yrg0d86k9fqw7lmzjglilbadb4cjqxqkf6ii4bjs6rihj6b0qrf";
+ rev = "08353095dfee421f299d30d5d91259bc2df7e19d";
+ sha256 = "1fgvjmvdyh61qn8azpmh19ac58ps5sl2dywwshr56v0svakhwwh9";
};
buildInputs =