mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
git-annex: updated to version 3.20110915
svn path=/nixpkgs/trunk/; revision=29331
This commit is contained in:
parent
4cfef74977
commit
7b8f4ec540
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "3.20110902";
|
||||
version = "3.20110915";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "git-annex-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.de.debian.org/debian/pool/main/g/git-annex/git-annex_${version}.tar.gz";
|
||||
sha256 = "1flw3472g19v6ins1nv66m51w15131013077yvfh2blywm0pqrl0";
|
||||
sha256 = "d16c305c82b151ef6ce0c5cfa52a119240b66e02424aefc15a1f67392f976d47";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue