3
0
Fork 0
forked from mirrors/nixpkgs

linux_testing_bcachefs: 4.15.2018.03.22 -> 4.15.2018.04.14

This commit is contained in:
Okina Matara 2018-04-16 03:30:57 -05:00
parent b70ad2ac31
commit 9c24f5001a
2 changed files with 6 additions and 6 deletions

View file

@ -1,15 +1,15 @@
{ stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.15.2018.03.22";
version = "4.15.2018.04.14";
modDirVersion = "4.15.0";
extraMeta.branch = "master";
extraMeta.maintainers = [ stdenv.lib.maintainers.davidak stdenv.lib.maintainers.chiiruno ];
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs.git";
rev = "919a34d47a68f3e5f00a7ce5efb67748ec31bd62";
sha256 = "1j17my3046ry8zdcvf8h2vnij89wkwmv64w3g2pf9lksh2909djw";
rev = "3b7c824e9330a640312fce1b04537c684c1d602c";
sha256 = "1l5ib28qkhrxggn6zj9b2839543anbxk2ip75yizgzlv9vr5m4pk";
};
extraConfig = ''

View file

@ -2,12 +2,12 @@
, keyutils, liburcu, zlib, libaio, zstd }:
stdenv.mkDerivation rec {
name = "bcachefs-tools-unstable-2018-03-20";
name = "bcachefs-tools-unstable-2018-04-10";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
rev = "ff5e165532a2eed87700649d03f91a612a58e92a";
sha256 = "1mikhffkr4a1yhy36yh70dhgcimcpvdm5mjl5fyni0bpgqrw67dn";
rev = "c598d91dcb0c7e95abdacb2711898ae14ab52ca1";
sha256 = "1mglw6p1145nryn8babkg2hj778kqa0vrzjbdp9kxjlyb3fksmff";
};
enableParallelBuilding = true;