bcachefs: 2019-10-01 (#70217)

bcachefs: 2019-10-01
This commit is contained in:
Vladyslav M 2019-10-05 22:48:10 +03:00 committed by GitHub
commit 2a116c3bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
buildLinux (args // {
version = "5.2.2019.09.24";
version = "5.2.2019.10.01";
modDirVersion = "5.2.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "5a3a4087af27aa10da5f23cb174a439946153584";
sha256 = "1yn40n2iyflbfv1z8l86nixv8wlybg7abz49nq5k6hmf7r9z56mk";
rev = "45920b5139a752bb4f22871b8b916beacc4f9fb9";
sha256 = "1hi98jckzd8d7whivmgl1ywdfdixhq7la37jagwnwbf8lsqsp25i";
};
extraConfig = "BCACHEFS_FS m";

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation {
pname = "bcachefs-tools";
version = "2019-09-25";
version = "2019-10-01";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
rev = "db39aa3e1b528db3b9d731c3b054f27411e1e1a9";
sha256 = "19x7n51yr30dd9rrvji3xk3rij5xd8b86qiym9alpkbbyrz7h956";
rev = "7f69c4161c31b8f43723a9ccad1a9a358f4e2e70";
sha256 = "0v4b8h99cd434v349y8vmhj2igf0ryky7svd20ar1fr7da580kvj";
};
enableParallelBuilding = true;