sosreport: 4.8.2 -> 4.9.0 (#383431)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:02:37 +01:00
committed by GitHub
@@ -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 = [