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:
Joachim F 2019-05-17 11:22:15 +00:00 committed by GitHub
commit bfadef5c13
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: { stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
buildLinux (args // rec { buildLinux (args // rec {
version = "5.0.2019.04.04"; version = "5.0.2019.05.08";
modDirVersion = "5.0.0"; modDirVersion = "5.0.0";
src = fetchgit { src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git"; url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "d83b992f653d9f742f3f8567dbcfd1f4f72e858f"; rev = "454bd4f82d85bb42a86b8eb0172b13e86e5788a7";
sha256 = "17xipjhkl4arshyj3riwq4pgl2qqcnlfhaga77a430wy22s7plh2"; sha256 = "1k11yz464lr02yncy231p06ja7w72w9l1nr7cihyiyj1ynzwpdls";
}; };
extraConfig = "BCACHEFS_FS m"; extraConfig = "BCACHEFS_FS m";

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bcachefs-tools"; pname = "bcachefs-tools";
version = "2019-04-04"; version = "2019-05-08";
src = fetchgit { src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git"; url = "https://evilpiepirate.org/git/bcachefs-tools.git";
rev = "d13bbb2955f899f10be4ab315ad229d2951fdcda"; rev = "93bdfcb2105afe7a45d512984b855ce97937cfc1";
sha256 = "0cjy12qjd572sbg8h4i18fn001p6a6ahc4ljwids58nv83q99ll3"; sha256 = "125kjf66h9m31xvsanail1i10h4xld4fpv9gs9liqq91hdh0myyj";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;