about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-lfs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-07 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-07 04:20:00 +0000
commite493ea874f830e039d680c2e02932f5ae8c94ef0 (patch)
tree18178c27e02934f1bc66af0fabe4fab754e4210d /pkgs/applications/version-management/git-lfs
parentc8cd65298e567e1e604431e4544361e365410f8c (diff)
downloadnixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.tar
nixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.tar.gz
nixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.tar.bz2
nixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.tar.lz
nixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.tar.xz
nixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.tar.zst
nixlib-e493ea874f830e039d680c2e02932f5ae8c94ef0.zip
git-lfs: 3.5.0 -> 3.5.1
Diff: https://github.com/git-lfs/git-lfs/compare/v3.5.0...v3.5.1

Changelog: https://github.com/git-lfs/git-lfs/raw/v3.5.1/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/version-management/git-lfs')
-rw-r--r--pkgs/applications/version-management/git-lfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-lfs/default.nix b/pkgs/applications/version-management/git-lfs/default.nix
index d8e0815c91a8..430d0fe1f759 100644
--- a/pkgs/applications/version-management/git-lfs/default.nix
+++ b/pkgs/applications/version-management/git-lfs/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "git-lfs";
-  version = "3.5.0";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "git-lfs";
     repo = "git-lfs";
     rev = "v${version}";
-    hash = "sha256-iBv9kUaoyH9yEoCZYGYm+gmdjb797hWftzwkRNDNu3k=";
+    hash = "sha256-xSLXbAvIoY3c341qi89pTrjBZdXh/bPrweJD2O2gkjY=";
   };
 
   vendorHash = "sha256-N8HB2qwBxjzfNucftHxmX2W9srCx62pjmkCWzwiCj/I=";