Merge pull request #106744 from magnetophon/ardour

ardour: 6.3 -> 6.5
This commit is contained in:
Mario Rodas 2020-12-13 15:57:23 -05:00 committed by GitHub
commit 04d99fe69f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,13 +52,13 @@
}:
stdenv.mkDerivation rec {
pname = "ardour";
version = "6.3";
version = "6.5";
# don't fetch releases from the GitHub mirror, they are broken
src = fetchgit {
url = "git://git.ardour.org/ardour/ardour.git";
rev = version;
sha256 = "050p1adgyirr790a3xp878pq3axqwzcmrk3drgm9z6v753h0xhcd";
sha256 = "0sd38hchyr16biq9hcxha4ljy3pf0yhcgn90i5zfqcznnc57ildx";
};
patches = [