Merge pull request #146655 from ymatsiuk/fixdrush

drush: fix build
This commit is contained in:
Alexander Bantyev 2021-11-19 21:38:42 +03:00 committed by GitHub
commit 666c87562c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "drush-ops";
repo = pname;
rev = version;
sha256 = "1jgnc4jjyapyn04iczvcz92ic0vq8d1w8xi55ismqyy5cxhqj6bp";
sha256 = "sha256-0nf/m+xJmfHsFLuordiMp8UyrGGXuS70+zFHkIxLWhU=";
};
consoleTable = fetchurl {