Skip to content

Commit

Permalink
wlx-overlay-s: 0.5.0 -> 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 1, 2024
1 parent ed45f4b commit 6304db4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
43 changes: 23 additions & 20 deletions pkgs/by-name/wl/wlx-overlay-s/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/wl/wlx-overlay-s/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

rustPlatform.buildRustPackage rec {
pname = "wlx-overlay-s";
version = "0.5.0";
version = "0.6";

src = fetchFromGitHub {
owner = "galister";
repo = "wlx-overlay-s";
rev = "v${version}";
hash = "sha256-FuhpHByeiUwB14+WHZ7ssJ8YPphs06jPcMhxiGfiaU8=";
hash = "sha256-Gk/3m4eWFZqeQBphBUTGAUqe8SspXqut8n4JM8tTe6o=";
};

cargoLock = {
Expand All @@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
"libmonado-rs-0.1.0" = "sha256-ja7OW/YSmfzaQoBhu6tec9v8fyNDknLekE2eY7McLPE=";
"openxr-0.18.0" = "sha256-ktkbhmExstkNJDYM/HYOwAwv3acex7P9SP0KMAOKhQk=";
"ovr_overlay-0.0.0" = "sha256-5IMEI0IPTacbA/1gibYU7OT6r+Bj+hlQjDZ3Kg0L2gw=";
"vulkano-0.34.0" = "sha256-o1KP/mscMG5j3U3xtei/2nMNEh7jLedcW1P0gL9Y1Rc=";
"vulkano-0.34.0" = "sha256-0ZIxU2oItT35IFnS0YTVNmM775x21gXOvaahg/B9sj8=";
"wlx-capture-0.3.12" = "sha256-32WnAnNUSfsAA8WB9da3Wqb4acVlXh6HWsY9tPzCHEE=";
};
};
Expand Down

0 comments on commit 6304db4

Please sign in to comment.