Unverified Commit 4a9a651a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258294 from r-ryantm/auto-update/s5cmd

s5cmd: 2.2.0 -> 2.2.2
parents c2c61e5d d65cd59e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "s5cmd";
  version = "2.2.0";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "peak";
    repo = "s5cmd";
    rev = "v${version}";
    hash = "sha256-4Jx9hgjj+rthiyB7eKXNcbBv9oJWfwHanPO7bZ4J/K0=";
    hash = "sha256-5BIyG6P2pfADSPWtz3KouGPVMpQRiY2X4wtotTCX4lo=";
  };

  vendorHash = null;