about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMathias Schreck <schreck.mathias@googlemail.com>2017-08-05 14:22:18 +0200
committerMathias Schreck <schreck.mathias@googlemail.com>2017-08-05 14:22:18 +0200
commite19a7068ba1c2ff766fcc54c4f8492e2e9b8878e (patch)
tree4ea0edfe2d25feeaf29b3adff96bf13a02643f31 /pkgs/applications
parentc7c24740a94a701d7667566f63e61a60a08a2aac (diff)
downloadnixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.tar
nixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.tar.gz
nixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.tar.bz2
nixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.tar.lz
nixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.tar.xz
nixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.tar.zst
nixlib-e19a7068ba1c2ff766fcc54c4f8492e2e9b8878e.zip
git-lfs: 2.0.2 -> 2.2.1
Diffstat (limited to 'pkgs/applications')
-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 6543f40c4dad..bf089a03fa0f 100644
--- a/pkgs/applications/version-management/git-lfs/default.nix
+++ b/pkgs/applications/version-management/git-lfs/default.nix
@@ -2,8 +2,8 @@
 
 buildGoPackage rec {
   name = "git-lfs-${version}";
-  version = "2.0.2";
-  rev = "85e2aec4d949517b4a7a53e4f745689331952b6c";
+  version = "2.2.1";
+  rev = "621d1f821f73efcedc829dda43fd9c1fcf07c6ab";
 
   goPackagePath = "github.com/git-lfs/git-lfs";
 
@@ -11,7 +11,7 @@ buildGoPackage rec {
     inherit rev;
     owner = "git-lfs";
     repo = "git-lfs";
-    sha256 = "0cvs17rd4qgaqj9vz6pwx9y3ni8c99gzykc3as92x37962nmq5cy";
+    sha256 = "00wc4gjs4yy2qld1m4yar37jkw9fdi2h8xp25hy2y80cnyiafn7s";
   };
 
   preBuild = ''