Merge pull request #321863 from r-ryantm/auto-update/wlx-overlay-s

wlx-overlay-s: 0.4.1 -> 0.4.2
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-06-26 16:20:42 +00:00
committed by GitHub
2 changed files with 610 additions and 161 deletions
+607 -158
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -22,20 +22,20 @@
rustPlatform.buildRustPackage rec {
pname = "wlx-overlay-s";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "galister";
repo = "wlx-overlay-s";
rev = "v${version}";
hash = "sha256-9ess8/H7cByNYFNHvCi0124xCBwXk+PTNhAZKBcS08A=";
hash = "sha256-4sW/WxoN5jAomA/aFAAH8z8CAB7zsevpBllSwaQWSmU=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"vulkano-0.34.0" = "sha256-0ZIxU2oItT35IFnS0YTVNmM775x21gXOvaahg/B9sj8=";
"ovr_overlay-0.0.0" = "sha256-d38LqhKOp9tHbiK4eU7OPdFvkExqaJN1tB6y2qqPm9U=";
"vulkano-0.34.0" = "sha256-o1KP/mscMG5j3U3xtei/2nMNEh7jLedcW1P0gL9Y1Rc=";
"wlx-capture-0.3.11" = "sha256-CmFnVfA3MAYXSejn9GpuaNCRu4HiX0CN0j3aN4Pxvjw=";
};
};