From 0a9e04a9da970e152d97931f75ab9ca1dfd5ba08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 15 Apr 2023 23:08:41 +0200 Subject: [PATCH] linux-bcachefs-testing: 6.2.0-2023-03-22 -> 6.2.0-2023-04-15 --- linux-testing-bcachefs.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/linux-testing-bcachefs.nix b/linux-testing-bcachefs.nix index 2d0b99f..6135ae1 100644 --- a/linux-testing-bcachefs.nix +++ b/linux-testing-bcachefs.nix @@ -1,21 +1,20 @@ # nixpkgs's variant is broken because they have non-applying patches on top of the latest kernel, # instead of using kernel. -{ lib -, buildLinux +{ buildLinux , fetchFromGitHub , ... } @ args: buildLinux (args // { # NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility - version = "6.2.0-2023-03-22"; + version = "6.2.0-2023-04-15"; modDirVersion = "6.2.0"; src = fetchFromGitHub { owner = "koverstreet"; repo = "bcachefs"; - rev = "169b584fb4c8e51aa36e4b3284f9e2e5ce6f30e4"; - sha256 = "sha256-dHKyh5sI+uZ+lSQQRIuicW9ae6uFaJosLtUbiJuMMrI="; + rev = "7fe6ebbf4057767c966450a4f2a7f299a179b9da"; + sha256 = "sha256-IUAXpSsLZ50zZY8eFHW1wNKH+VGnC6TH3mH2QFr6SUk="; }; kernelPatches = (args.kernelPatches or [ ]) ++ [{