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

@@ -0,0 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "1.0.9";
sha256 = "1kfydlvmx4pgi5lpbhqr4p3jr78p3f61ic32046mkp4yfyydrspl";
})