diff options
author | Mario Rodas <marsam@users.noreply.github.com> | 2020-04-09 18:21:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 18:21:38 -0500 |
commit | c751faddf3792e34f7cdedd302b4b33eb5782d69 (patch) | |
tree | 45b14a4aa78e9d1a726031dc282e93f0ef9fc28b /pkgs | |
parent | 540e256d5b2f141c4c9fd309db4800cd4565342c (diff) | |
parent | 6b647a93b1014a7f9eedf962220131667973c408 (diff) |
Merge pull request #84848 from marsam/update-buildah
buildah: 1.14.7 -> 1.14.8
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/tools/buildah/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix index 939f513fa786..7fbb21ffb120 100644 --- a/pkgs/development/tools/buildah/default.nix +++ b/pkgs/development/tools/buildah/default.nix @@ -4,13 +4,13 @@ buildGoPackage rec { pname = "buildah"; - version = "1.14.7"; + version = "1.14.8"; src = fetchFromGitHub { owner = "containers"; repo = "buildah"; rev = "v${version}"; - sha256 = "1nlmika4lw9qn10hh6scxypjfblm3a8gda6a0r8lnbd594as282l"; + sha256 = "187cvb3i5cwm7cwxmzpl2ca7900yb6v6b6cybyz5mnd5ccy5ff1q"; }; outputs = [ "bin" "man" "out" ]; |