mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #109333 from marsam/update-lfs
git-lfs: 2.13.1 -> 2.13.2
This commit is contained in:
commit
8a7e21a8b8
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, ronn, installShellFiles }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, ronn, installShellFiles }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "git-lfs";
|
||||
version = "2.13.1";
|
||||
version = "2.13.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "git-lfs";
|
||||
repo = "git-lfs";
|
||||
sha256 = "0n4gi7sh6d1maqwp12fsznrky9xwkk2jrmxfwa2hnk8wb2rhvlrm";
|
||||
sha256 = "0gfpzdya48phwln61746ii78sq55mhzj938lz8x062xkkcsdvbf4";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/git-lfs/git-lfs";
|
||||
|
|
Loading…
Reference in a new issue