summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/git-lfs
diff options
context:
space:
mode:
authorPhilipp Hausmann <ph_git@314.ch>2016-08-03 22:35:44 +0200
committerPhilipp Hausmann <ph_git@314.ch>2016-08-03 22:36:01 +0200
commitd94ec6ce1480d5e38f487888ceaed78eceb605e0 (patch)
tree7d9c5aa9648c57b3e3280108e8c4d2a4b39d1b83 /pkgs/applications/version-management/git-lfs
parent99f63b4ded22117186eeba671c1657d155b45a20 (diff)
git-lfs: 2016-06-7 -> 1.3.1
Diffstat (limited to 'pkgs/applications/version-management/git-lfs')
-rw-r--r--pkgs/applications/version-management/git-lfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-lfs/default.nix b/pkgs/applications/version-management/git-lfs/default.nix
index 52075be8484f..c33ffb5cefb2 100644
--- a/pkgs/applications/version-management/git-lfs/default.nix
+++ b/pkgs/applications/version-management/git-lfs/default.nix
@@ -3,8 +3,8 @@
buildGoPackage rec {
name = "git-lfs-${version}";
# NOTE: use versions after 1.2.1
- version = "2016-06-07";
- rev = "12fe249f2eebb56608a825fdb4a68c00f090bc91";
+ version = "1.3.1";
+ rev = "9c9dffb1b5baddfa06f280ef1b5fbf68ecbc90b1";
goPackagePath = "github.com/github/git-lfs";
@@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "github";
repo = "git-lfs";
- sha256 = "0cj7xbgvj706r1cyxqlcwfvy5zg2d19al04d441sxa6spr6xa4v6";
+ sha256 = "0fg48jxh0gmd0w5yy3avascaasxk85019qayaikzfkym8bdqplb2";
};
# Tests fail with 'lfstest-gitserver.go:46: main redeclared in this block'