sosreport: 4.8.0 -> 4.8.1

This commit is contained in:
R. Ryantm 2024-11-13 22:11:17 +00:00
parent 27d7247c36
commit e8e3746730

View File

@ -10,13 +10,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sosreport"; pname = "sosreport";
version = "4.8.0"; version = "4.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sosreport"; owner = "sosreport";
repo = "sos"; repo = "sos";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "sha256-8laOHFBvlSo70filTd84vMiivcZ9hE8rgFThVVrMwtE="; sha256 = "sha256-tnc0mAWk3IqQVRLj5oDhJSG4o27Ogv/Ce6oGEZ6AamM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [