git-backup-go: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2024-11-07 14:07:48 +00:00
parent b46372651a
commit a235f519bc

View File

@ -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}" ];