Unverified Commit 67d7f3e0 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

wlx-overlay-s: 0.4.4 -> 0.5.0 (#344085)

parents dcfdb366 bccfcfbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4556,7 +4556,7 @@ dependencies = [
[[package]]
name = "wlx-capture"
version = "0.3.12"
source = "git+https://github.com/galister/wlx-capture?tag=v0.3.12#14d2b8a13dad62849973fe90bed7be262aa07143"
source = "git+https://github.com/galister/wlx-capture?tag=v0.3.13#c375a7c1d4b57741655a052ebe8af9fb4774f92d"
dependencies = [
 "ashpd",
 "drm-fourcc",
@@ -4574,7 +4574,7 @@ dependencies = [

[[package]]
name = "wlx-overlay-s"
version = "0.4.4"
version = "0.5.0"
dependencies = [
 "anyhow",
 "ash",
+3 −3
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

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

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

  cargoLock = {
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
      "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=";
      "wlx-capture-0.3.12" = "sha256-rZTJp7VhUvE/6lwESW2jKeGweFut6BvcxouG/nyl+GE=";
      "wlx-capture-0.3.12" = "sha256-32WnAnNUSfsAA8WB9da3Wqb4acVlXh6HWsY9tPzCHEE=";
    };
  };