flake: bump jj to v0.27.0

This commit is contained in:
Antoine Martin 2025-03-06 16:33:45 +01:00
parent dfcae02467
commit 3d405d43f1
2 changed files with 5 additions and 5 deletions

View file

@ -183,16 +183,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1738805560,
"narHash": "sha256-jGy+0VDxQrgNhj+eX06FRhPP31V8QZVAM4j4yBosAGE=",
"lastModified": 1741218530,
"narHash": "sha256-fBgJrSglH46+NHu3spk5mC51ASDHWnOoW6veKZ0R2YA=",
"owner": "jj-vcs",
"repo": "jj",
"rev": "613742dfbbd89324b25672a75ef8ce9e671ae0d3",
"rev": "6ce7a77da5a18343f4f3effef49b77428e43bc74",
"type": "github"
},
"original": {
"owner": "jj-vcs",
"ref": "v0.26.0",
"ref": "v0.27.0",
"repo": "jj",
"type": "github"
}

View file

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