haskellPackages.git-annex: update src sha256
git-annex saw a new release to hackage this week and consequently the sha256 hash in configuration-common.nix needs to change as well.
This commit is contained in:
parent
4b7b0fdd9b
commit
d5eac5c07f
@ -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 = "1y9js3n8ml2g492nivy7gk371rdmibwydb4fwzzwbviya280akaq";
|
||||
sha256 = "13n62v3cdkx23fywdccczcr8vsf0vmjbimmgin766bf428jlhh6h";
|
||||
};
|
||||
}).override {
|
||||
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
|
||||
|
Loading…
Reference in New Issue
Block a user