mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
ardour: fix the git revision and hash to _really_ pull the latest 4.2 version
This commit is contained in:
parent
310d90085b
commit
8b847ce3d6
@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Ardour";
|
owner = "Ardour";
|
||||||
repo = "ardour";
|
repo = "ardour";
|
||||||
rev = "fe672c827cb2c08c94b1fa7e527d884c522a1af7";
|
rev = "05e3a00b7e3a52a838bc5ec9ee7b3b9e6a271feb";
|
||||||
sha256 = "12yfy9l5mnl96ix4s2qicp3m2zscli1a4bd50nk9v035pgf77s3f";
|
sha256 = "1j8zw0bvh16qwyy8qrqynpak9nghl9j3qhjjcdl7wh9raafjqc00";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user