From dd384cd7d7c19979f8d75adbb3edd35d490eba18 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Wed, 13 Jul 2022 07:48:06 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- flake.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 1640872..d8d0b02 100644 --- a/flake.lock +++ b/flake.lock @@ -54,16 +54,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1657311595, - "narHash": "sha256-P/uhx5z7pW8OlpJzeShM7iBw7obrgv8CNLRP3G2xcG0=", + "lastModified": 1657645802, + "narHash": "sha256-wd+LiuGtHP8mTIc0gZrO2yqzmEPVvh5IyWrB8WCQNKM=", "owner": "matthewcroughan", "repo": "nixpkgs", - "rev": "6fd612ce3a656b1bcf5a1222c63294dcfcbb5361", + "rev": "39a827f18b870afb02f6c0f09151c69f2d8e7a4d", "type": "github" }, "original": { "owner": "matthewcroughan", - "ref": "mc/visionfive-nix", + "ref": "mc/riscv-testing", "repo": "nixpkgs", "type": "github" } @@ -81,11 +81,11 @@ "vendor-kernel": { "flake": false, "locked": { - "lastModified": 1657015117, - "narHash": "sha256-WkJBcyAj1sDMZ8s/JqSAOV+CvXHwGYQrs9cLnOv0BkQ=", + "lastModified": 1657526524, + "narHash": "sha256-NiEeWgYzEhqLbvB0krpjoRv8oXXsJYp6KeDor+f9tak=", "owner": "starfive-tech", "repo": "linux", - "rev": "943858df470556d0b7f3b31fcc10931603f0f3cc", + "rev": "74003f14f92e3c8eb31536b599c1f0c7aba3cdf2", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 72df145..0ec759b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:matthewcroughan/nixpkgs/mc/visionfive-nix"; + nixpkgs.url = "github:matthewcroughan/nixpkgs/mc/riscv-testing"; vendor-kernel = { url = "github:starfive-tech/linux"; flake = false;