From 4fe024999316a7d839be7506a8c62dc887205204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Sep 2025 06:14:47 +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:rstats-on-nix/nixpkgs/7aec61a157c33f3bc0907b161b20516232925186?narHash=sha256-3pyl4lIhkKEHv3DOUpi361BpsWR7xAxF6viHhTjLqaI%3D' (2025-09-01) → 'github:rstats-on-nix/nixpkgs/ca6ec973f278000cd777f77fce0b0a4e6995319e?narHash=sha256-E4axZcxc3GF4zu9HZvzfsc%2B5C592TlXfMyWU4OUsey0%3D' (2025-09-22) --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 7457b33..851b1f9 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1756729913, - "narHash": "sha256-3pyl4lIhkKEHv3DOUpi361BpsWR7xAxF6viHhTjLqaI=", + "lastModified": 1758544366, + "narHash": "sha256-E4axZcxc3GF4zu9HZvzfsc+5C592TlXfMyWU4OUsey0=", "owner": "rstats-on-nix", "repo": "nixpkgs", - "rev": "7aec61a157c33f3bc0907b161b20516232925186", + "rev": "ca6ec973f278000cd777f77fce0b0a4e6995319e", "type": "github" }, "original": { "owner": "rstats-on-nix", - "ref": "2025-09-01", + "ref": "2025-09-22", "repo": "nixpkgs", "type": "github" } From 3857e9fe17bee9cd9b39409eb099df823d147759 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Sep 2025 06:14:49 +0000 Subject: [PATCH 2/2] [create-pull-request] automated change --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9dedff7..e7999b8 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }; inputs = { - nixpkgs.url = "github:rstats-on-nix/nixpkgs/2025-09-01"; + nixpkgs.url = "github:rstats-on-nix/nixpkgs/2025-09-22"; }; outputs = {