mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
git-lfs: 1.0.0 -> 1.1.1
This commit is contained in:
parent
be0abb32f6
commit
139708a10d
@ -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 { };
|
||||
|
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user