Update pkgs/tools/wayland/swww/default.nix

Co-authored-by: Adam Stephens <2071575+adamcstephens@users.noreply.github.com>
This commit is contained in:
Mateo Diaz 2023-02-04 08:02:19 -08:00 committed by GitHub
parent 9377f94ac5
commit a124a517b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ config, lib, pkgs, fetchFromGitHub, rustPlatform, pkg-config, lz4
, libxkbcommon, ... }:
, libxkbcommon }:
rustPlatform.buildRustPackage rec {
pname = "swww";
version = "0.7.0";