wl-screenrec: 0.2.0 -> 0.3.2 (#555233)

This commit is contained in:
Nick Cao
2026-08-24 17:45:45 +00:00
committed by GitHub

View File

@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wl-screenrec";
version = "0.2.0";
version = "0.3.2";
src = fetchFromGitHub {
owner = "russelltg";
repo = "wl-screenrec";
tag = "v${finalAttrs.version}";
hash = "sha256-sLuhVeyzFp6sFKGK7Y7DPAPk7IdFAqAtjm56zhrX3fA=";
hash = "sha256-x311y/0wRBXvpmVNRh6/TbLgHYvl1y589PNRjW2NCJc=";
};
cargoHash = "sha256-atfWEAo6tMLEzFtiLlxp8fyVKa1cF/4SZFMYStDYZwU=";
cargoHash = "sha256-3/yVWVNLu03PhgJTwyeatSVY3cvGtWhwEwpvPdBGnKs=";
nativeBuildInputs = [
pkg-config