Merge pull request #291603 from vdemeester/bump-buildah
buildah-unwrapped: 1.34.0 -> 1.34.1
This commit is contained in:
commit
96990c69fd
1 changed files with 7 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "buildah";
|
||||
version = "1.34.0";
|
||||
version = "1.34.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "containers";
|
||||
repo = "buildah";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-LX7yc2FnCiquHV/tESJV/VkuUYXbRNSxmMzVpSz/F8w=";
|
||||
hash = "sha256-0mH6s9BSTkXutwYVG3EpqEcildO3g37Us4pdTmLPcAQ=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
@ -62,6 +62,10 @@ buildGoModule rec {
|
|||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = buildah;
|
||||
command = ''
|
||||
XDG_DATA_HOME="$TMPDIR" XDG_CACHE_HOME="$TMPDIR" XDG_CONFIG_HOME="$TMPDIR" \
|
||||
buildah --version
|
||||
'';
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -72,3 +76,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ ] ++ teams.podman.members;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue