From 8b847ce3d6d6dcb3ea3b8772fd2be21b1394ecdd Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Wed, 14 Oct 2015 16:51:04 +0200 Subject: [PATCH] ardour: fix the git revision and hash to _really_ pull the latest 4.2 version --- pkgs/applications/audio/ardour/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix index e47dbfb856b..56ba68df70b 100644 --- a/pkgs/applications/audio/ardour/default.nix +++ b/pkgs/applications/audio/ardour/default.nix @@ -25,8 +25,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "Ardour"; repo = "ardour"; - rev = "fe672c827cb2c08c94b1fa7e527d884c522a1af7"; - sha256 = "12yfy9l5mnl96ix4s2qicp3m2zscli1a4bd50nk9v035pgf77s3f"; + rev = "05e3a00b7e3a52a838bc5ec9ee7b3b9e6a271feb"; + sha256 = "1j8zw0bvh16qwyy8qrqynpak9nghl9j3qhjjcdl7wh9raafjqc00"; }; buildInputs =