From a680a3641424789573e9759e060a2cce0338560b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 12 Nov 2025 16:51:21 +0100 Subject: [PATCH] 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"; }; };