3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.git-annex: Fix hash

This commit is contained in:
Malte Brandy 2021-06-22 04:21:41 +02:00
parent cd32f53cb1
commit 23019ba481
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -64,7 +64,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 = "1wig8nw2rxgq86y88m1f1qf93z5yckidf1cs33ribmhqa1hs300p";
sha256 = "0s9md7bzblzxlpbpna1wa6pxaf44l4g7s0xqwj6rci7h7kp55qqv";
};
}).override {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;