git-lfs: 1.0.0 -> 1.1.1

This commit is contained in:
Benjamin Staffin 2016-02-15 22:48:17 -08:00
parent be0abb32f6
commit 139708a10d
2 changed files with 5 additions and 2 deletions

View File

@ -1654,6 +1654,8 @@ let
git-hub = callPackage ../applications/version-management/git-and-tools/git-hub { };
git-lfs = goPackages.git-lfs.bin // { outputs = [ "bin" ]; };
gitfs = callPackage ../tools/filesystems/gitfs { };
gitinspector = callPackage ../applications/version-management/gitinspector { };

View File

@ -878,10 +878,11 @@ let
};
git-lfs = buildFromGitHub {
rev = "v1.0.0";
date = "1.1.1"; # "date" is effectively "version"
rev = "v1.1.1";
owner = "github";
repo = "git-lfs";
sha256 = "1zlg3rm5yxak6d88brffv1wpj0iq4qgzn6sgg8xn0pbnzxjd1284";
sha256 = "1m7kii57jrsb22m5x9v8xa3s1qmipfkpk6cscgxrbrj7g0a75fnc";
# Tests fail with 'lfstest-gitserver.go:46: main redeclared in this block'
excludedPackages = [ "test" ];