woomer: 0.1.0 -> 0.2.0 (#423167)

This commit is contained in:
Seth Flynn 2025-07-14 20:32:13 -04:00 committed by GitHub
commit f236b64a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,21 +8,22 @@
pkg-config, pkg-config,
rustPlatform, rustPlatform,
wayland, wayland,
libgbm,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "woomer"; pname = "woomer";
version = "0.1.0"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "coffeeispower"; owner = "coffeeispower";
repo = "woomer"; repo = "woomer";
tag = version; tag = version;
hash = "sha256-puALhN54ma2KToXUF8ipaYysyayjaSp+ISZ3AgQvniw="; hash = "sha256-LcL43Wq+5d7HPsm2bEK0vZsjP/dixtNhMKywXMi4ODw=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-VQee/2adBvJpJDihWuo22JNyDKLkZ9PrVqWPB/gJ9Sw="; cargoHash = "sha256-xll/A0synEsXy9kPThA3bR8LRuAOQH0T6CAfIEoYJ0w=";
strictDeps = true; strictDeps = true;
@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ buildInputs = [
glfw3 glfw3
wayland wayland
libgbm
]; ];
# `raylib-sys` wants to compile examples that don't exist in its crate # `raylib-sys` wants to compile examples that don't exist in its crate