lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

buildah: 1.26.4 -> 1.27.0

authored by

R. RyanTM and committed by
GitHub
9ff5c9d1 d1228e21

+2 -2
+2 -2
pkgs/development/tools/buildah/default.nix
··· 14 14 15 15 buildGoModule rec { 16 16 pname = "buildah"; 17 - version = "1.26.4"; 17 + version = "1.27.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "containers"; 21 21 repo = "buildah"; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-9cTV1CEf1784oEPns5QULFtcC+w3yU4uafnMCCgpVqQ="; 23 + sha256 = "sha256-xaUOCinP46aSKcxkpvDKollRRBYlrLql737YaOkQPzc="; 24 24 }; 25 25 26 26 outputs = [ "out" "man" ];