versitygw: 1.0.14 -> 1.0.15 (#422481)

Co-authored-by: genga898 <genga898@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] genga898 and committed by GitHub 912a5e62 49ccac58

+3 -3
+3 -3
pkgs/by-name/ve/versitygw/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "versitygw"; 9 - version = "1.0.14"; 9 + version = "1.0.15"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "versity"; 13 13 repo = "versitygw"; 14 14 tag = "v${version}"; 15 - hash = "sha256-/64SiVZUXGRI3guvSIqDBXOmbxucPCZEceCObTee6jI="; 15 + hash = "sha256-gRVUR1BlGVLS6+OZUvOVgoRNDiHrDSDu2L3iBwZ/zbg="; 16 16 }; 17 17 18 - vendorHash = "sha256-HzPjHNZdQ+IJl91QviVG6zydhTb/1tOZGdFBpHLUTfE="; 18 + vendorHash = "sha256-7efskc/3bj8/8D5LgQnkC4TYib+73fpDyRKDDcFVRvA="; 19 19 20 20 doCheck = false; # Require access to online S3 services 21 21