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.32.1"; version = "1.32.2"; src = fetchFromGitHub { owner = "containers"; repo = "buildah"; rev = "v${version}"; hash = "sha256-imhl8CezFoSi0M0nMxIFL/ZVa8eDAA4s/ZVIMr/QUJ4="; hash = "sha256-Av4wrJ+anVu1pTSFTpaseBhj+7ECsRoKb1bATrUKYuo="; }; 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.32.1"; version = "1.32.2"; src = fetchFromGitHub { owner = "containers"; repo = "buildah"; rev = "v${version}"; hash = "sha256-imhl8CezFoSi0M0nMxIFL/ZVa8eDAA4s/ZVIMr/QUJ4="; hash = "sha256-Av4wrJ+anVu1pTSFTpaseBhj+7ECsRoKb1bATrUKYuo="; }; outputs = [ "out" "man" ]; Loading