Merge pull request #70528 from eadwu/bcachefs/update-9

bcachefs/update-9
This commit is contained in:
Robin Gloster 2019-10-16 00:28:17 +02:00 committed by GitHub
commit 5a1232908c
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.10.01";
version = "5.2.2019.10.12";
modDirVersion = "5.2.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "45920b5139a752bb4f22871b8b916beacc4f9fb9";
sha256 = "1hi98jckzd8d7whivmgl1ywdfdixhq7la37jagwnwbf8lsqsp25i";
rev = "de906c3e2eddad291d46bd0e7c81c68eaadcd08a";
sha256 = "1ahabp8pd9slf4lchkbyfkagg9vhic0cw3kwvwryzaxxxjmf2hkk";
};
extraConfig = "BCACHEFS_FS m";

View file

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