Loading pkgs/development/tools/buildah/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ buildGoModule rec { pname = "buildah"; version = "1.35.1"; version = "1.35.3"; src = fetchFromGitHub { owner = "containers"; repo = "buildah"; rev = "v${version}"; hash = "sha256-Jow4A0deh6Y54KID9uLsIjBSgH5NWmR82IH7m56Y990="; hash = "sha256-FqgYpCvEEqgnhCHdHN1/inxMJoOjoHLc/xMfhXsA1nc="; }; outputs = [ "out" "man" ]; Loading Loading
pkgs/development/tools/buildah/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ buildGoModule rec { pname = "buildah"; version = "1.35.1"; version = "1.35.3"; src = fetchFromGitHub { owner = "containers"; repo = "buildah"; rev = "v${version}"; hash = "sha256-Jow4A0deh6Y54KID9uLsIjBSgH5NWmR82IH7m56Y990="; hash = "sha256-FqgYpCvEEqgnhCHdHN1/inxMJoOjoHLc/xMfhXsA1nc="; }; outputs = [ "out" "man" ]; Loading