Unverified Commit d6b63672 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

buildah-unwrapped: 1.41.3 -> 1.41.4 (#440290)

parents 3467208c 59c2c020
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.41.3";
  version = "1.41.4";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-mpCskwwxYbjAuLDZLB53sOKOPV35FBEORdEXF+CXGG8=";
    hash = "sha256-8I8njiMayfpodX2rj8MqYIhah3lvMgOY+agwlPYPij0=";
  };

  outputs = [