tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-annex: update to version 6.20171003
Peter Simons
8 years ago
929eadeb
53d754da
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+1
-1
pkgs/development/haskell-modules/configuration-common.nix
···
98
98
name = "git-annex-${drv.version}-src";
99
99
url = "git://git-annex.branchable.com/";
100
100
rev = "refs/tags/" + drv.version;
101
101
-
sha256 = "03fa03n4zkpj5z3ma1ahvnxd85dni2aikqayqf838jvfl7bd5b9n";
101
101
+
sha256 = "0ky3avbda1avccalkh7ifjnll37cjjmdyypw9m1glsrzgzmr5lbr";
102
102
};
103
103
})).override {
104
104
dbus = if pkgs.stdenv.isLinux then self.dbus else null;