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

Merge pull request #282578 from marsam/update-docker-slim

docker-slim: 1.40.9 -> 1.40.10
parents c129c6d4 ce359b4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "docker-slim";
  version = "1.40.9";
  version = "1.40.10";

  src = fetchFromGitHub {
    owner = "slimtoolkit";
    repo = "slim";
    rev = version;
    hash = "sha256-tVGD5DbrnAiifCYEjI8l8Zsij2qAUkW5yxllr//6510=";
    hash = "sha256-NpQyIOR8FkOgPHi3UwBAEpouJF/eaSAWD2zQ5dj+gAg=";
  };

  vendorHash = null;