flake.lock: Update

Flake lock file updates:

• Updated input 'jujutsu/rust-overlay':
    'github:oxalica/rust-overlay/a229311fcb45b88a95fdfa5cecd8349c809a272a?narHash=sha256-NWI8csIK0ujFlFuEXKnoc%2B7hWoCiEtINK9r48LUUMeU%3D' (2024-11-22)
  → 'github:oxalica/rust-overlay/60766d63c227d576510ecfb5edd3a687d56f6bc7?narHash=sha256-IwdSl51NL6V0f%2BmYXZR0UTKaGleOsk9zV3l6kt5SUWw%3D' (2025-03-24)
This commit is contained in:
Antoine Martin 2025-04-07 15:44:57 +02:00
parent 0c30a33d1c
commit 9136f94169
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View file

@ -183,16 +183,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1741218530, "lastModified": 1743824718,
"narHash": "sha256-fBgJrSglH46+NHu3spk5mC51ASDHWnOoW6veKZ0R2YA=", "narHash": "sha256-LDMHMFg9fjEMi8I2Fc3TEyWMctqJurAbckubCgkkZiM=",
"owner": "jj-vcs", "owner": "jj-vcs",
"repo": "jj", "repo": "jj",
"rev": "6ce7a77da5a18343f4f3effef49b77428e43bc74", "rev": "3aac8d21e6327c343af0c91e9b7451ee8a40aa58",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jj-vcs", "owner": "jj-vcs",
"ref": "v0.27.0", "ref": "v0.28.1",
"repo": "jj", "repo": "jj",
"type": "github" "type": "github"
} }
@ -333,11 +333,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732242723, "lastModified": 1742783666,
"narHash": "sha256-NWI8csIK0ujFlFuEXKnoc+7hWoCiEtINK9r48LUUMeU=", "narHash": "sha256-IwdSl51NL6V0f+mYXZR0UTKaGleOsk9zV3l6kt5SUWw=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "a229311fcb45b88a95fdfa5cecd8349c809a272a", "rev": "60766d63c227d576510ecfb5edd3a687d56f6bc7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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