expect: fetchpatch commit instead of master

Closes #114983
This commit is contained in:
Sandro Jäckel 2021-03-04 20:35:28 +01:00
parent 8edfe0a2e8
commit 7e36d21546
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://raw.githubusercontent.com/buildroot/buildroot/master/package/expect/0001-enable-cross-compilation.patch";
url = "https://raw.githubusercontent.com/buildroot/buildroot/c05e6aa361a4049eabd8b21eb64a34899ef83fc7/package/expect/0001-enable-cross-compilation.patch";
sha256 = "1jwx2l1slidvcpahxbyqs942l81jd62rzbxliyd9lwysk38c8b6b";
})
];