git-annex: update to version 6.20170925

This commit is contained in:
Peter Simons 2017-09-28 11:33:44 +02:00
parent b0007d4123
commit 3fc0c769b0

View File

@ -98,7 +98,7 @@ self: super: {
name = "git-annex-${drv.version}-src";
url = "git://git-annex.branchable.com/";
rev = "refs/tags/" + drv.version;
sha256 = "15d29hmbl146axjgbm4qhxpz6ypcq1bjf2aj29yhwh5jmznh58i2";
sha256 = "03fa03n4zkpj5z3ma1ahvnxd85dni2aikqayqf838jvfl7bd5b9n";
};
})).override {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;