ardour: 6.0 -> 6.2

gstqt5
Bart Brouns 2020-08-01 13:09:49 +02:00
parent 0f8eb0b8f2
commit 8dcab1313d
1 changed files with 2 additions and 2 deletions

View File

@ -55,13 +55,13 @@
}:
stdenv.mkDerivation rec {
pname = "ardour";
version = "6.0";
version = "6.2";
# don't fetch releases from the GitHub mirror, they are broken
src = fetchgit {
url = "git://git.ardour.org/ardour/ardour.git";
rev = version;
sha256 = "162jd96zahl05fdmjwvpdfjxbhd6ifbav6xqa0vv6rsdl4zk395q";
sha256 = "17jxbqavricy01x4ymq6d302djsqfnv84m7dm4fd8cpka0dqjp1y";
};
patches = [