veryl: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2025-06-02 02:31:49 +00:00
parent f9969bf7f6
commit fbeb29c7bd

View file

@ -10,18 +10,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "veryl"; pname = "veryl";
version = "0.16.0"; version = "0.16.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "veryl-lang"; owner = "veryl-lang";
repo = "veryl"; repo = "veryl";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KlW5GC5fgUnS6YAb01VEaKv48+yu8VqgAe/5QsilYjs="; hash = "sha256-/GbykOurK3IHmknMh+TftU7aFcLqAlnEeiJ51sJcTeQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-HKDkV2eDjhfuky2ORdKwbyBa/kt1gEqK55AibKg5VYE="; cargoHash = "sha256-MQkxeV+06hL9DqReuHy7H8SMvh2Xn6Hqj/VY8a1scyQ=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config