Unverified Commit 1c5ac588 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

docker-slim: 1.40.10 -> 1.40.11
parents c1ff0d69 7db78605
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.10";
  version = "1.40.11";

  src = fetchFromGitHub {
    owner = "slimtoolkit";
    repo = "slim";
    rev = version;
    hash = "sha256-NpQyIOR8FkOgPHi3UwBAEpouJF/eaSAWD2zQ5dj+gAg=";
    hash = "sha256-X+1euWp4W53axbiBpL82bUPfod/JNhGVGWgOqKyhz6A=";
  };

  vendorHash = null;