1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

git-annex: update sha256 for new 7.20181211 version

This commit is contained in:
Peter Simons 2018-12-08 15:07:09 +01:00
parent 578a5f6588
commit 89ed58dbea

View file

@ -86,7 +86,7 @@ self: super: {
name = "git-annex-${super.git-annex.version}-src";
url = "git://git-annex.branchable.com/";
rev = "refs/tags/" + super.git-annex.version;
sha256 = "0f0pp0d5q4122cjh4j7iasnjh234fmkvlwgb3f49087cg8rr2czh";
sha256 = "0wczijw80pw31k6h3a65m76aq9i02aarr2zxl7k5m7p0l6rn82vd";
};
}).override {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;