btfs: 2.12 -> 2.13

This commit is contained in:
rnhmjoj 2017-02-04 18:51:44 +01:00
parent 9e299acf87
commit 4ee66dbc7c
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "btfs-${version}";
version = "2.12";
version = "2.13";
src = fetchFromGitHub {
owner = "johang";
repo = "btfs";
rev = "daeb2fd43795f0bb9a4861279b6064b35186ff25";
sha256 = "1apvf1gp5973s4wlzwndxp711yd9pj9zf2ypdssfxv2a3rihly2b";
owner = "johang";
repo = "btfs";
rev = "v${version}";
sha256 = "1nd021xbxrikd8p0w9816xjwlrs9m1nc6954q23qxfw2jbmszlk2";
};
buildInputs = [