mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
git-backup-go: 1.6.0 -> 1.6.1
This commit is contained in:
parent
b46372651a
commit
a235f519bc
@ -8,16 +8,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "git-backup-go";
|
||||
version = "1.6.0";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ChappIO";
|
||||
repo = "git-backup";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-C/ha/GuRvqxmgrbOgkhup1tNoDT3pDIbE+nO5eMZGlY=";
|
||||
hash = "sha256-Z32ThzmGkF89wsYqJnP/Koz4/2mulkrvvnUKHE6Crks=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-wzivnTe9Rx3YLz6lvrzsLiJIbxX7QE059Kzb4rUfD+s=";
|
||||
vendorHash = "sha256-BLnnwwCrJJd8ihpgfdWel7l8aAIVVJBIpE+97J9ojPo=";
|
||||
|
||||
ldflags = [ "-X main.Version=${version}" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user