flake: bump jj to v0.34.0

This commit is contained in:
Antoine Martin 2025-10-10 16:20:50 +02:00
parent bb47557ba6
commit e9e24ed3bd
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -150,16 +150,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1756954389, "lastModified": 1759360197,
"narHash": "sha256-EKYM18UavIbZeI5/F5OKUzyjQip0yb6WPt6BZ2YpYww=", "narHash": "sha256-OW8kSDBBSZr0G3U27AAkZ3cH3TJmSARbg9Pc4qZ6tA0=",
"owner": "jj-vcs", "owner": "jj-vcs",
"repo": "jj", "repo": "jj",
"rev": "24f4e1083e8bcd6e5b8aaee3fa86e08cb7081d13", "rev": "22900c9a9ba362efa442fed2dd4e6e1d5c22cc7a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jj-vcs", "owner": "jj-vcs",
"ref": "v0.33.0", "ref": "v0.34.0",
"repo": "jj", "repo": "jj",
"type": "github" "type": "github"
} }

View file

@ -54,7 +54,7 @@
type = "github"; type = "github";
owner = "jj-vcs"; owner = "jj-vcs";
repo = "jj"; repo = "jj";
ref = "v0.33.0"; ref = "v0.34.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };