mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
versitygw: 1.3.1 -> 1.6.0 (#522906)
This commit is contained in:
commit
6387ea7514
1 changed files with 5 additions and 3 deletions
|
|
@ -8,16 +8,18 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "versitygw";
|
||||
version = "1.3.1";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "versity";
|
||||
repo = "versitygw";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-1SQE0bhv8L70Fdm6CvV2/kq945jvzZretVPsT8dGOJY=";
|
||||
hash = "sha256-vy8wveTwK8lXpZlKyeUc/3qpQZ96vExJCfw/RiLt2Eo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-x9KrZRso/7LfBCbBfCvwqnFKOWS4SEYw6DwxpEAHfZ8=";
|
||||
vendorHash = "sha256-/vLR7XZWzzj35rXLj7EJ3H3WP0RX3qBqIn/PlkM/j/k=";
|
||||
|
||||
subPackages = [ "./cmd/versitygw" ];
|
||||
|
||||
# Require access to online S3 services
|
||||
doCheck = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue