Skip to content

Commit

Permalink
git-lfs: 2.2.1 -> 2.3.3
Browse files Browse the repository at this point in the history
(cherry picked from commit bd559dc)
  • Loading branch information
lo1tuma authored and Mic92 committed Oct 11, 2017
1 parent 5162406 commit 913068d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/git-lfs/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoPackage rec {
name = "git-lfs-${version}";
version = "2.2.1";
rev = "621d1f821f73efcedc829dda43fd9c1fcf07c6ab";
version = "2.3.3";
rev = "c9d3beb098254f067680a5ccbb8742387f81d82e";

goPackagePath = "github.com/git-lfs/git-lfs";

src = fetchFromGitHub {
inherit rev;
owner = "git-lfs";
repo = "git-lfs";
sha256 = "00wc4gjs4yy2qld1m4yar37jkw9fdi2h8xp25hy2y80cnyiafn7s";
sha256 = "1hzpzbm46f45vh5liijpyppfcmr7wycnsa09vmilq0wm341ivnsf";
};

preBuild = ''
Expand Down

0 comments on commit 913068d

Please sign in to comment.