From 4e1d7ddc8646b9eceb31b4c77e27e4293baeb970 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 23 Aug 2025 14:46:23 +0200 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 682a374..70dca4e 100644 --- a/flake.lock +++ b/flake.lock @@ -183,16 +183,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1749045673, - "narHash": "sha256-l+E3os5At/PV4zKvUDSv4Aez9Bg0M+BZDvwVOHX+h9s=", + "lastModified": 1754498174, + "narHash": "sha256-TFKUz8hUCRM9RPkp9CBvKnd4e+TnR8H5t9/N76cAKzI=", "owner": "jj-vcs", "repo": "jj", - "rev": "34b0961c940e1ad3be5cd9c5f5e608b0aa0ba859", + "rev": "44de571887f261a94f543d977a7ab3a9df918aba", "type": "github" }, "original": { "owner": "jj-vcs", - "ref": "v0.30.0", + "ref": "v0.32.0", "repo": "jj", "type": "github" } diff --git a/flake.nix b/flake.nix index 58c28c4..7155240 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ type = "github"; owner = "jj-vcs"; repo = "jj"; - ref = "v0.30.0"; + ref = "v0.32.0"; inputs.nixpkgs.follows = "nixpkgs"; }; };