Merge pull request #61171 from eadwu/bcachefs/update-2
linux_testing_bcachefs,bcachefs-tools: 2019-04-04 -> 2019-05-08
This commit is contained in:
commit
bfadef5c13
2 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "5.0.2019.04.04";
|
||||
version = "5.0.2019.05.08";
|
||||
modDirVersion = "5.0.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs.git";
|
||||
rev = "d83b992f653d9f742f3f8567dbcfd1f4f72e858f";
|
||||
sha256 = "17xipjhkl4arshyj3riwq4pgl2qqcnlfhaga77a430wy22s7plh2";
|
||||
rev = "454bd4f82d85bb42a86b8eb0172b13e86e5788a7";
|
||||
sha256 = "1k11yz464lr02yncy231p06ja7w72w9l1nr7cihyiyj1ynzwpdls";
|
||||
};
|
||||
|
||||
extraConfig = "BCACHEFS_FS m";
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bcachefs-tools";
|
||||
version = "2019-04-04";
|
||||
version = "2019-05-08";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
|
||||
rev = "d13bbb2955f899f10be4ab315ad229d2951fdcda";
|
||||
sha256 = "0cjy12qjd572sbg8h4i18fn001p6a6ahc4ljwids58nv83q99ll3";
|
||||
rev = "93bdfcb2105afe7a45d512984b855ce97937cfc1";
|
||||
sha256 = "125kjf66h9m31xvsanail1i10h4xld4fpv9gs9liqq91hdh0myyj";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue