flake: bump jj to v0.33

This commit is contained in:
Antoine Martin 2025-09-16 16:28:17 +02:00
parent f5f69c5baf
commit ad2e202a9f
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -183,16 +183,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1754498174, "lastModified": 1756954389,
"narHash": "sha256-TFKUz8hUCRM9RPkp9CBvKnd4e+TnR8H5t9/N76cAKzI=", "narHash": "sha256-EKYM18UavIbZeI5/F5OKUzyjQip0yb6WPt6BZ2YpYww=",
"owner": "jj-vcs", "owner": "jj-vcs",
"repo": "jj", "repo": "jj",
"rev": "44de571887f261a94f543d977a7ab3a9df918aba", "rev": "24f4e1083e8bcd6e5b8aaee3fa86e08cb7081d13",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jj-vcs", "owner": "jj-vcs",
"ref": "v0.32.0", "ref": "v0.33.0",
"repo": "jj", "repo": "jj",
"type": "github" "type": "github"
} }

View file

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