Merge pull request #204652 from Luflosi/update/linuxPackages.apfs

linuxPackages.apfs: unstable-2022-08-15 -> unstable-2022-10-20
This commit is contained in:
Artturi 2022-12-15 23:14:07 +02:00 committed by GitHub
commit e57d97b2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,18 @@
, stdenv
, fetchFromGitHub
, kernel
, nixosTests
}:
stdenv.mkDerivation {
pname = "apfs";
version = "unstable-2022-08-15-${kernel.version}";
version = "unstable-2022-10-20-${kernel.version}";
src = fetchFromGitHub {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "e4bf2d51d3fe8485ad2b28a89c157ada32ee3d77";
sha256 = "sha256-zvl1H9AIExgt6t2A2w7zDwXmRsmLY8y3P6EfbBuFdh8=";
rev = "e6eb67c92d425d395eac1c4403629391bdd5064d";
sha256 = "sha256-6rv5qZCjOqt0FaNFhA3tYg6/SdssvoT8kPVhalajgOo=";
};
hardeningDisable = [ "pic" ];
@ -24,6 +25,8 @@ stdenv.mkDerivation {
"INSTALL_MOD_PATH=$(out)"
];
passthru.tests.test = nixosTests.apfs;
meta = with lib; {
description = "APFS module for linux";
homepage = "https://github.com/linux-apfs/linux-apfs-rw";