forked from mirrors/nixpkgs
bcachefs-tools: 2019-07-13 -> 2019-08-21
This commit is contained in:
parent
aff3036a6f
commit
d8601dc4f9
|
@ -3,12 +3,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bcachefs-tools";
|
||||
version = "2019-07-13";
|
||||
version = "2019-08-21";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
|
||||
rev = "692eadd6ca9b45f12971126b326b6a89d7117e67";
|
||||
sha256 = "0d2kqy5p89qjrk38iqfk9zsh14c2x40d21kic9kcybdhalfq5q31";
|
||||
rev = "72a408f84846fe702b8db4f158b678ee20bbf835";
|
||||
sha256 = "0y5700afv1x1i3wnp3g71i3zhyhkwmx79j0irxr63fmg47n0ys1i";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue