From 17bdf5d0e039ec2243f9efa6af90c39f7ce124c5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 12 Nov 2025 16:41:06 +0100 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 'nixos-hardware': 'github:NixOS/nixos-hardware/c816590dca8ecd902b5698e159821b899fe61ceb' (2025-10-10) → 'github:NixOS/nixos-hardware/899dc449bc6428b9ee6b3b8f771ca2b0ef945ab9' (2025-11-11) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/20c4598c84a671783f741e02bf05cbfaf4907cff' (2025-10-06) → 'github:NixOS/nixpkgs/c2448301fb856e351aab33e64c33a3fc8bcf637d' (2025-11-10) --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 37297fe..8193d52 100644 --- a/flake.lock +++ b/flake.lock @@ -166,11 +166,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1760104290, - "narHash": "sha256-ArCBRudSQow35NVJFa6N0VvkhGfR9INcQWuqfv6QLNw=", + "lastModified": 1762847253, + "narHash": "sha256-BWWnUUT01lPwCWUvS0p6Px5UOBFeXJ8jR+ZdLX8IbrU=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "c816590dca8ecd902b5698e159821b899fe61ceb", + "rev": "899dc449bc6428b9ee6b3b8f771ca2b0ef945ab9", "type": "github" }, "original": { @@ -230,11 +230,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1759735786, - "narHash": "sha256-a0+h02lyP2KwSNrZz4wLJTu9ikujNsTWIC874Bv7IJ0=", + "lastModified": 1762756533, + "narHash": "sha256-HiRDeUOD1VLklHeOmaKDzf+8Hb7vSWPVFcWwaTrpm+U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "20c4598c84a671783f741e02bf05cbfaf4907cff", + "rev": "c2448301fb856e351aab33e64c33a3fc8bcf637d", "type": "github" }, "original": { From a680a3641424789573e9759e060a2cce0338560b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 12 Nov 2025 16:51:21 +0100 Subject: [PATCH 2/2] flake: bump jj --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8193d52..2aa3b53 100644 --- a/flake.lock +++ b/flake.lock @@ -150,16 +150,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1759360197, - "narHash": "sha256-OW8kSDBBSZr0G3U27AAkZ3cH3TJmSARbg9Pc4qZ6tA0=", + "lastModified": 1762395739, + "narHash": "sha256-YUrjP2tzABdy4eAV1hPmgYWU8ChcJ5B4IlmQUGm95ro=", "owner": "jj-vcs", "repo": "jj", - "rev": "22900c9a9ba362efa442fed2dd4e6e1d5c22cc7a", + "rev": "aa2b76978c4a23cb01c61629a11b1254af3ad0d9", "type": "github" }, "original": { "owner": "jj-vcs", - "ref": "v0.34.0", + "ref": "v0.35.0", "repo": "jj", "type": "github" } diff --git a/flake.nix b/flake.nix index 081b001..9a1ee4d 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,7 @@ type = "github"; owner = "jj-vcs"; repo = "jj"; - ref = "v0.34.0"; + ref = "v0.35.0"; inputs.nixpkgs.follows = "nixpkgs"; }; };