forked from mirrors/nixpkgs
apfs: unstable-2021-09-21 -> unstable-2022-02-03
This commit is contained in:
parent
433a6e3d40
commit
12c54cfaf0
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "apfs";
|
||||
version = "unstable-2021-09-21-${kernel.version}";
|
||||
version = "unstable-2022-02-03-${kernel.version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linux-apfs";
|
||||
repo = "linux-apfs-rw";
|
||||
rev = "362c4e32ab585b9234a26aa3e49f29b605612a31";
|
||||
sha256 = "sha256-Y8/PGPLirNrICF+Bum60v/DBPa1xpox5VBvt64myZzs=";
|
||||
rev = "a0d6a4dca69b6eab3cabaaee4d4284807828a266";
|
||||
sha256 = "sha256-3T1BNc6g3SDTxb0VrronLUIp/CWbwnzXTsc8Qk5c4jY=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
|
Loading…
Reference in a new issue