mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
ci/pinned: update
This gives us a bugfix in treefmt-nix for biome. From the nixpkgs-unstable channel: https://hydra.nixos.org/build/312625570#tabs-buildinputs Changes for treefmt-nix:f56b1934f5...4ef3dfdbb5(cherry picked from commit2b819576cb)
This commit is contained in:
parent
91f01b6dea
commit
7d1a327e67
|
|
@ -9,9 +9,9 @@
|
||||||
},
|
},
|
||||||
"branch": "nixpkgs-unstable",
|
"branch": "nixpkgs-unstable",
|
||||||
"submodules": false,
|
"submodules": false,
|
||||||
"revision": "d5faa84122bc0a1fd5d378492efce4e289f8eac1",
|
"revision": "12c1f0253aa9a54fdf8ec8aecaafada64a111e24",
|
||||||
"url": "https://github.com/NixOS/nixpkgs/archive/d5faa84122bc0a1fd5d378492efce4e289f8eac1.tar.gz",
|
"url": "https://github.com/NixOS/nixpkgs/archive/12c1f0253aa9a54fdf8ec8aecaafada64a111e24.tar.gz",
|
||||||
"hash": "0r2pkx7m1pb0fzfhb74jkr8y5qhs2b93sak5bd5rabvbm2zn36zs"
|
"hash": "0zr033ybqjc5spwh7xnzkhbqgc6gh8waw6z76rpvadxckyqlfgiq"
|
||||||
},
|
},
|
||||||
"treefmt-nix": {
|
"treefmt-nix": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
|
@ -22,9 +22,9 @@
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"submodules": false,
|
"submodules": false,
|
||||||
"revision": "f56b1934f5f8fcab8deb5d38d42fd692632b47c2",
|
"revision": "4ef3dfdbb5ddfb9e39999a2f2b0c2637277859d4",
|
||||||
"url": "https://github.com/numtide/treefmt-nix/archive/f56b1934f5f8fcab8deb5d38d42fd692632b47c2.tar.gz",
|
"url": "https://github.com/numtide/treefmt-nix/archive/4ef3dfdbb5ddfb9e39999a2f2b0c2637277859d4.tar.gz",
|
||||||
"hash": "1klcfmqb4q4vvy9kdm5i9ddl26rhlyhf1mrd5aw1d4529bqnq5b5"
|
"hash": "0dhvpzcknsr2ybi3zz9mjggs93aqkfr24radvlw74y9620dziqw4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 5
|
"version": 5
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
runCommand,
|
runCommand,
|
||||||
invalidateFetcherByDrvHash,
|
testers,
|
||||||
cacert,
|
cacert,
|
||||||
python3,
|
python3,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
invalidateFetcherByDrvHash (
|
testers.invalidateFetcherByDrvHash (
|
||||||
{
|
{
|
||||||
name ? "manual_check-manpage-urls",
|
name ? "manual_check-manpage-urls",
|
||||||
script ? ./manpage-urls.py,
|
script ? ./manpage-urls.py,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue