Merge pull request #218920 from r-ryantm/auto-update/wangle

wangle: 2023.02.20.00 -> 2023.02.27.00
This commit is contained in:
Nick Cao 2023-03-01 15:06:36 +08:00 committed by GitHub
commit ee2c5ee36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "wangle";
version = "2023.02.20.00";
version = "2023.02.27.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "wangle";
rev = "v${version}";
sha256 = "sha256-islo6jbilDaWc48GfipXuPhUaY2Gn95PDjuJsEDnn50=";
sha256 = "sha256-r+hS9BJWgIYIHZ0xgLosJrLZT/bQCQdwzNlXxxk5xLU=";
};
nativeBuildInputs = [ cmake ];