Merge pull request #67373 from eadwu/bcachefs/update-6

bcachefs/update-6
This commit is contained in:
Samuel Leathers 2019-08-24 08:32:37 -04:00 committed by GitHub
commit 17a5cb6cb5
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 // rec {
version = "5.1.2019.07.13";
version = "5.1.2019.08.21";
modDirVersion = "5.1.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "22776fe9902b0b06d6aa18cd4c7f0c5ad35a95fa";
sha256 = "0ly4vxawj8skh55c541zll3b8g6igiaq7aj33fklfjh0icmgzs60";
rev = "ece184f718c2b678738bc2c42906e90eeb8ba7dc";
sha256 = "08cbisgcww8fklpxwqkm2c8ddz0mm7v11ycp7ch0kalwdv2f81lr";
};
extraConfig = "BCACHEFS_FS m";

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "bcachefs-tools";
version = "2019-07-13";
version = "2019-08-21";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
rev = "692eadd6ca9b45f12971126b326b6a89d7117e67";
sha256 = "0d2kqy5p89qjrk38iqfk9zsh14c2x40d21kic9kcybdhalfq5q31";
rev = "72a408f84846fe702b8db4f158b678ee20bbf835";
sha256 = "0y5700afv1x1i3wnp3g71i3zhyhkwmx79j0irxr63fmg47n0ys1i";
};
enableParallelBuilding = true;