cyme: 2.2.0 -> 2.2.2

This commit is contained in:
R. Ryantm 2025-05-30 07:22:31 +00:00
parent 4420d42422
commit 1ae604332f

View file

@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cyme"; pname = "cyme";
version = "2.2.0"; version = "2.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tuna-f1sh"; owner = "tuna-f1sh";
repo = "cyme"; repo = "cyme";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-asg8ATzM2cwh+crnzqjWMsee1I9BPm9an8d3lzj6yS4="; hash = "sha256-oOr7LYQfA/ZtC1Up4/dAHFdtWAM+8J+OPiHIOtVLQxY=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-DFAlFEJfR6jUplQ50AK4SszdBIw0jbxFRgYNHg3sN8c="; cargoHash = "sha256-PaX2Eod/5eCZFzMzkLovhE/TpQqNyhqCHaF1LiRxndg=";
nativeBuildInputs = nativeBuildInputs =
[ [