veryl: 0.16.1 -> 0.16.2

This commit is contained in:
R. Ryantm 2025-07-08 10:10:25 +00:00
parent 5dbc8a39b5
commit fd655f054f

View File

@ -10,18 +10,18 @@
rustPlatform.buildRustPackage rec {
pname = "veryl";
version = "0.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "veryl-lang";
repo = "veryl";
rev = "v${version}";
hash = "sha256-/GbykOurK3IHmknMh+TftU7aFcLqAlnEeiJ51sJcTeQ=";
hash = "sha256-YMJUxeCc9b7EObkQHTkP34JCYVFYhh6aUp4fLBQINP0=";
fetchSubmodules = true;
};
useFetchCargoVendor = true;
cargoHash = "sha256-MQkxeV+06hL9DqReuHy7H8SMvh2Xn6Hqj/VY8a1scyQ=";
cargoHash = "sha256-2+3UlnIZIRJv+pZhFa8NU+S6/D5eHhuYZ095HUygPSk=";
nativeBuildInputs = [
pkg-config