lol
0
fork

Configure Feed

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

buildah: 1.27.1 -> 1.27.2 (#192229)

authored by

R. RyanTM and committed by
GitHub
a0e39047 0615155d

+2 -2
+2 -2
pkgs/development/tools/buildah/default.nix
··· 15 15 16 16 buildGoModule rec { 17 17 pname = "buildah"; 18 - version = "1.27.1"; 18 + version = "1.27.2"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "containers"; 22 22 repo = "buildah"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-WTb64VhVst3E0bct51EmsfeloTDLe2zXsy5tDDvX2rI="; 24 + sha256 = "sha256-jEAfiPNb7qpbKiKDx6slnBeR0fISalebAedBfY7OS6E="; 25 25 }; 26 26 27 27 outputs = [ "out" "man" ];