Commit a8e0141f authored by R. RyanTM's avatar R. RyanTM
Browse files

buildah-unwrapped: 1.37.0 -> 1.37.1

parent aa4e3496
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.37.0";
  version = "1.37.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-WT1ij2jDEKavYREYYYKl6H27QOuGDAxnWSz+mbvJ5UA=";
    hash = "sha256-43p2sD6mpcoMukr7mY2GTsti4FVC7Blq0ZozuIJlC30=";
  };

  outputs = [ "out" "man" ];