flake: bump jj to 0.30

This commit is contained in:
Antoine Martin 2025-06-03 13:42:26 +02:00
parent c4007b5364
commit 904d29e8ef
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -183,16 +183,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1744040552,
"narHash": "sha256-EAD40ZZr6VK4w9OuYzx2YcVgOODopF7IWN7GVjTlblE=",
"lastModified": 1749045673,
"narHash": "sha256-l+E3os5At/PV4zKvUDSv4Aez9Bg0M+BZDvwVOHX+h9s=",
"owner": "jj-vcs",
"repo": "jj",
"rev": "b9ebe2f03c976515d2a155a411a368ae773c5493",
"rev": "34b0961c940e1ad3be5cd9c5f5e608b0aa0ba859",
"type": "github"
},
"original": {
"owner": "jj-vcs",
"ref": "v0.28.2",
"ref": "v0.30.0",
"repo": "jj",
"type": "github"
}

View file

@ -59,7 +59,7 @@
type = "github";
owner = "jj-vcs";
repo = "jj";
ref = "v0.28.2";
ref = "v0.30.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};