From 27c412b15b2dbe1f44c467b59a31d22bad7aacee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Mar 2024 00:55:04 +0000 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1536926ef5621b09bba54035ae2bb6d806d72ac8' (2024-02-29) → 'github:NixOS/nixpkgs/b8697e57f10292a6165a20f03d2f42920dfaf973' (2024-03-03) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2266396..433f0d5 100644 --- a/flake.lock +++ b/flake.lock @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709237383, - "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", "type": "github" }, "original": { From eb3e7bd2d63cb115a5d39f20d88706cedad3846b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Mar 2024 00:56:13 +0000 Subject: [PATCH 2/2] =?UTF-8?q?opencomposite:=20021a644e0da02d77ec131c5878?= =?UTF-8?q?598f3897c0e86b=20=E2=86=92=20737bbedd29343bc2f808804e2b24302390?= =?UTF-8?q?a07655?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/generated.json | 8 ++++---- _sources/generated.nix | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_sources/generated.json b/_sources/generated.json index 2c7f07b..66f6c2a 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -46,7 +46,7 @@ }, "opencomposite": { "cargoLocks": null, - "date": "2024-02-11", + "date": "2024-02-16", "extract": null, "name": "opencomposite", "passthru": null, @@ -56,12 +56,12 @@ "fetchSubmodules": false, "leaveDotGit": false, "name": null, - "rev": "021a644e0da02d77ec131c5878598f3897c0e86b", - "sha256": "sha256-qW0Tbe3zXBu+lAGwPjPuRJIVUgxTkYUAn6fNo17X7oU=", + "rev": "737bbedd29343bc2f808804e2b24302390a07655", + "sha256": "sha256-azb7T0d0YMQRc0Slq1tzNj6bOmCzfHW3ciY9lN+RTao=", "type": "git", "url": "https://gitlab.com/znixian/OpenOVR.git" }, - "version": "021a644e0da02d77ec131c5878598f3897c0e86b" + "version": "737bbedd29343bc2f808804e2b24302390a07655" }, "wlx-overlay-s": { "cargoLocks": { diff --git a/_sources/generated.nix b/_sources/generated.nix index fec3b52..e1de92b 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -35,16 +35,16 @@ }; opencomposite = { pname = "opencomposite"; - version = "021a644e0da02d77ec131c5878598f3897c0e86b"; + version = "737bbedd29343bc2f808804e2b24302390a07655"; src = fetchgit { url = "https://gitlab.com/znixian/OpenOVR.git"; - rev = "021a644e0da02d77ec131c5878598f3897c0e86b"; + rev = "737bbedd29343bc2f808804e2b24302390a07655"; fetchSubmodules = false; deepClone = false; leaveDotGit = false; - sha256 = "sha256-qW0Tbe3zXBu+lAGwPjPuRJIVUgxTkYUAn6fNo17X7oU="; + sha256 = "sha256-azb7T0d0YMQRc0Slq1tzNj6bOmCzfHW3ciY9lN+RTao="; }; - date = "2024-02-11"; + date = "2024-02-16"; }; wlx-overlay-s = { pname = "wlx-overlay-s";