summary refs log tree commit diff
path: root/pkgs/applications/audio/ardour
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2014-11-21 23:23:01 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2014-11-21 23:23:39 +0100
commitc9fab7eb97120fda469e721fec229847b9df8c9a (patch)
tree75a7e7af2ed8ff442a2c25dd152dba15ff04a382 /pkgs/applications/audio/ardour
parent85daeeb2222118602a4d59777a168d010b456cd3 (diff)
downloadnixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.tar
nixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.tar.gz
nixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.tar.bz2
nixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.tar.lz
nixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.tar.xz
nixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.tar.zst
nixpkgs-c9fab7eb97120fda469e721fec229847b9df8c9a.zip
ardour: update from 3.5.380 to 3.5.403
Diffstat (limited to 'pkgs/applications/audio/ardour')
-rw-r--r--pkgs/applications/audio/ardour/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix
index 62b88cbe077..5180be3c940 100644
--- a/pkgs/applications/audio/ardour/default.nix
+++ b/pkgs/applications/audio/ardour/default.nix
@@ -6,7 +6,7 @@
 , perl, pkgconfig, python, serd, sord, sratom, suil }:
 
 let
-  tag = "3.5.380";
+  tag = "3.5.403";
 in
 
 stdenv.mkDerivation rec {
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url = git://git.ardour.org/ardour/ardour.git;
     rev = "refs/tags/${tag}";
-    sha256 = "dbcbb2d9143e196d079c27b15266e47d24b81cb7591fe64b717f3485965ded7b";
+    sha256 = "7d7c8e2c7ccccca6c8324fd874509e1b0d89f3f42cb92982c50d212797463f4c";
   };
 
   buildInputs =