mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
buildah: 1.29.1 -> 1.30.0
Diff: https://github.com/containers/buildah/compare/v1.29.1...v1.30.0 Changelog: https://github.com/containers/buildah/releases/tag/v1.30.0
This commit is contained in:
parent
dfb84d661c
commit
265bcf653c
@ -11,17 +11,19 @@
|
||||
, libapparmor
|
||||
, libselinux
|
||||
, libseccomp
|
||||
, testers
|
||||
, buildah
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "buildah";
|
||||
version = "1.29.1";
|
||||
version = "1.30.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "containers";
|
||||
repo = "buildah";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-l21mirarWEOd+XxyM0YgfDiA1JSEr/uqREmBS22C9fs=";
|
||||
hash = "sha256-h0fipw3lJKy+VkGkh1XbZ6wUOg4001uURoJpjNq7QOs=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
@ -58,6 +60,10 @@ buildGoModule rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = buildah;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool which facilitates building OCI images";
|
||||
homepage = "https://buildah.io/";
|
||||
|
@ -41,7 +41,7 @@ let
|
||||
|
||||
in runCommand buildah-unwrapped.name {
|
||||
name = "${buildah-unwrapped.pname}-wrapper-${buildah-unwrapped.version}";
|
||||
inherit (buildah-unwrapped) pname version;
|
||||
inherit (buildah-unwrapped) pname version passthru;
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user