expect: fetchpatch commit instead of master

Closes #114983
wip/yesman
Sandro Jäckel 3 years ago
parent 8edfe0a2e8
commit 7e36d21546
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/tools/misc/expect/default.nix

@ -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";
})
];

Loading…
Cancel
Save