btfs: 2.9 -> 2.10 (#16603)

This commit is contained in:
Michele Guerini Rocco
2016-06-30 23:39:15 +02:00
committed by Franz Pletz
parent af2d602257
commit d75c7d0dcd
3 changed files with 14 additions and 4 deletions

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "btfs-${version}";
version = "2.9";
version = "2.10";
src = fetchFromGitHub {
owner = "johang";
repo = "btfs";
rev = "3ee6671eca2c0e326ac38d07cab4989ebad3495c";
sha256 = "0f7yc7hkfwdj9hixsyswf17yrpcpwxxb0svj5lfqcir8a45kf100";
rev = "2eac5e70a1ed22fa0761b6357c54fd90eea02de6";
sha256 = "146vgwn79dnbkkn35safga55lkwhvarkmilparmr26hjb56cs1dk";
};
buildInputs = [