Merge pull request #297070 from r-ryantm/auto-update/buildah-unwrapped

buildah-unwrapped: 1.35.0 -> 1.35.1

authored by Mario Rodas and committed by GitHub dbf53da0 afced403

+2 -2
+2 -2
pkgs/development/tools/buildah/default.nix
··· 17 18 buildGoModule rec { 19 pname = "buildah"; 20 - version = "1.35.0"; 21 22 src = fetchFromGitHub { 23 owner = "containers"; 24 repo = "buildah"; 25 rev = "v${version}"; 26 - hash = "sha256-xVcqbcKb6qm/XXRBi2vSIeISjfg5EivXpEbif96f+6U="; 27 }; 28 29 outputs = [ "out" "man" ];
··· 17 18 buildGoModule rec { 19 pname = "buildah"; 20 + version = "1.35.1"; 21 22 src = fetchFromGitHub { 23 owner = "containers"; 24 repo = "buildah"; 25 rev = "v${version}"; 26 + hash = "sha256-Jow4A0deh6Y54KID9uLsIjBSgH5NWmR82IH7m56Y990="; 27 }; 28 29 outputs = [ "out" "man" ];