bcachefs: 2019-07-13 (#64732)

bcachefs: 2019-07-13
This commit is contained in:
Vladyslav M 2019-07-15 21:53:45 +03:00 committed by GitHub
commit d0453ef9ce
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.11";
version = "5.1.2019.07.13";
modDirVersion = "5.1.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "44dc1f269553f33cce43628444970efb85a7e802";
sha256 = "1i32s15r0a844dnp3h9ac37xm9h69g0jn75pqz2gbfrafpk3pac1";
rev = "22776fe9902b0b06d6aa18cd4c7f0c5ad35a95fa";
sha256 = "0ly4vxawj8skh55c541zll3b8g6igiaq7aj33fklfjh0icmgzs60";
};
extraConfig = "BCACHEFS_FS m";

View file

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