3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #67696 from eadwu/bcachefs/update-7

bcachefs/update-7
This commit is contained in:
Timo Kaufmann 2019-09-28 08:22:24 +00:00 committed by GitHub
commit 7cc78d4485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
buildLinux (args // {
version = "5.1.2019.08.21";
modDirVersion = "5.1.0";
version = "5.2.2019.09.24";
modDirVersion = "5.2.0";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "ece184f718c2b678738bc2c42906e90eeb8ba7dc";
sha256 = "08cbisgcww8fklpxwqkm2c8ddz0mm7v11ycp7ch0kalwdv2f81lr";
rev = "5a3a4087af27aa10da5f23cb174a439946153584";
sha256 = "1yn40n2iyflbfv1z8l86nixv8wlybg7abz49nq5k6hmf7r9z56mk";
};
extraConfig = "BCACHEFS_FS m";

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation {
pname = "bcachefs-tools";
version = "2019-08-21";
version = "2019-09-25";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
rev = "72a408f84846fe702b8db4f158b678ee20bbf835";
sha256 = "0y5700afv1x1i3wnp3g71i3zhyhkwmx79j0irxr63fmg47n0ys1i";
rev = "db39aa3e1b528db3b9d731c3b054f27411e1e1a9";
sha256 = "19x7n51yr30dd9rrvji3xk3rij5xd8b86qiym9alpkbbyrz7h956";
};
enableParallelBuilding = true;