flake: bump jj to 0.28.2

This commit is contained in:
Antoine Martin 2025-04-07 15:45:18 +02:00
parent 9136f94169
commit 3eb5c0c48d
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": 1743824718, "lastModified": 1744040552,
"narHash": "sha256-LDMHMFg9fjEMi8I2Fc3TEyWMctqJurAbckubCgkkZiM=", "narHash": "sha256-EAD40ZZr6VK4w9OuYzx2YcVgOODopF7IWN7GVjTlblE=",
"owner": "jj-vcs", "owner": "jj-vcs",
"repo": "jj", "repo": "jj",
"rev": "3aac8d21e6327c343af0c91e9b7451ee8a40aa58", "rev": "b9ebe2f03c976515d2a155a411a368ae773c5493",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jj-vcs", "owner": "jj-vcs",
"ref": "v0.28.1", "ref": "v0.28.2",
"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.28.1"; ref = "v0.28.2";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };