flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:matthewcroughan/nixpkgs/6fd612ce3a656b1bcf5a1222c63294dcfcbb5361' (2022-07-08)
  → 'github:matthewcroughan/nixpkgs/39a827f18b870afb02f6c0f09151c69f2d8e7a4d' (2022-07-12)
• Updated input 'vendor-kernel':
    'github:starfive-tech/linux/943858df470556d0b7f3b31fcc10931603f0f3cc' (2022-07-05)
  → 'github:starfive-tech/linux/74003f14f92e3c8eb31536b599c1f0c7aba3cdf2' (2022-07-11)
This commit is contained in:
matthewcroughan 2022-07-13 07:48:06 +01:00
parent dfd45ccea9
commit dd384cd7d7
2 changed files with 8 additions and 8 deletions

View File

@ -54,16 +54,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1657311595, "lastModified": 1657645802,
"narHash": "sha256-P/uhx5z7pW8OlpJzeShM7iBw7obrgv8CNLRP3G2xcG0=", "narHash": "sha256-wd+LiuGtHP8mTIc0gZrO2yqzmEPVvh5IyWrB8WCQNKM=",
"owner": "matthewcroughan", "owner": "matthewcroughan",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6fd612ce3a656b1bcf5a1222c63294dcfcbb5361", "rev": "39a827f18b870afb02f6c0f09151c69f2d8e7a4d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "matthewcroughan", "owner": "matthewcroughan",
"ref": "mc/visionfive-nix", "ref": "mc/riscv-testing",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -81,11 +81,11 @@
"vendor-kernel": { "vendor-kernel": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1657015117, "lastModified": 1657526524,
"narHash": "sha256-WkJBcyAj1sDMZ8s/JqSAOV+CvXHwGYQrs9cLnOv0BkQ=", "narHash": "sha256-NiEeWgYzEhqLbvB0krpjoRv8oXXsJYp6KeDor+f9tak=",
"owner": "starfive-tech", "owner": "starfive-tech",
"repo": "linux", "repo": "linux",
"rev": "943858df470556d0b7f3b31fcc10931603f0f3cc", "rev": "74003f14f92e3c8eb31536b599c1f0c7aba3cdf2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:matthewcroughan/nixpkgs/mc/visionfive-nix"; nixpkgs.url = "github:matthewcroughan/nixpkgs/mc/riscv-testing";
vendor-kernel = { vendor-kernel = {
url = "github:starfive-tech/linux"; url = "github:starfive-tech/linux";
flake = false; flake = false;