sosreport: 4.11.1 -> 4.11.2

This commit is contained in:
R. Ryantm
2026-06-20 21:37:14 +00:00
parent 986f1b4a03
commit c7dd4ff506
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonPackage rec {
pname = "sosreport";
version = "4.11.1";
version = "4.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sosreport";
repo = "sos";
tag = version;
hash = "sha256-HKGGA9SHCJjAaCPduPx1plUJ10nt3JYAr10J/69Sm/0=";
hash = "sha256-abMH0s+ZfLAURBJrZtTmDczuS5Id3ko0lTKfvp3OJqU=";
};
build-system = [ python3Packages.setuptools ];