sosreport: 4.8.2 -> 4.9.0

This commit is contained in:
R. Ryantm 2025-02-19 16:54:47 +00:00
parent 5ede0d7d17
commit 1de885ab5d

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "sosreport";
version = "4.8.2";
version = "4.9.0";
src = fetchFromGitHub {
owner = "sosreport";
repo = "sos";
tag = version;
sha256 = "sha256-ET0dduAiSPCwfO+JoyG7uK1HAkL94SDbS/uL4IXMhW4=";
sha256 = "sha256-UJzDRse1rjbGRV/+3JLLrXNwYTJtqlDudB1dDB7uslg=";
};
nativeBuildInputs = [