Skip to content

Commit

Permalink
sosreport: 4.4 -> 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent a2f82b9 commit 1502179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/logging/sosreport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildPythonPackage rec {
pname = "sosreport";
version = "4.4";
version = "4.6.1";

src = fetchFromGitHub {
owner = "sosreport";
repo = "sos";
rev = version;
sha256 = "sha256-xbL/4CmDnygiL/u3Jsa6fAkO4YfklDzuFMsxSGy1Ra4=";
rev = "refs/tags/${version}";
sha256 = "sha256-IW3b+zAxXnr7H+/XxJA+tJZYNte1nVdDaMhW3TcGxzo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1502179

Please sign in to comment.