makima: 0.5.2 -> 0.6.5

This commit is contained in:
R. Ryantm 2024-04-24 06:48:27 +00:00
parent 71b4a60386
commit ffeafb17d3

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec{ rustPlatform.buildRustPackage rec{
pname = "makima"; pname = "makima";
version = "0.5.2"; version = "0.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cyber-sushi"; owner = "cyber-sushi";
repo = "makima"; repo = "makima";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-x8vjTXB6kFJ9o6EGCtlX6eT/VrzLF17fIA2gDLFumzY="; hash = "sha256-Zhr8j1JWxjwUZ3fjXKUEaKp3T6/dekeAxUDys6eniMQ=";
}; };
cargoHash = "sha256-p4oMeDL7T/a9OCgMdriGtgHkZq8tZVzPspEsU4IPfAo="; cargoHash = "sha256-LdgS833MKJOEnUmfvnH/sWG9RrRMNwbe5gAgXTUYzh8=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ]; buildInputs = [ udev ];