about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-09 04:32:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-09 04:32:24 +0000
commit287b462f856656bc5115e2fde137ef794a2995c8 (patch)
tree2d499d5c32c58199cd1c91869ca976d3eb374490
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
sosreport: 4.7.0 -> 4.7.1
-rw-r--r--pkgs/applications/logging/sosreport/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/logging/sosreport/default.nix b/pkgs/applications/logging/sosreport/default.nix
index f283964707895..2e63737deef59 100644
--- a/pkgs/applications/logging/sosreport/default.nix
+++ b/pkgs/applications/logging/sosreport/default.nix
@@ -10,13 +10,13 @@
 
 buildPythonPackage rec {
   pname = "sosreport";
-  version = "4.7.0";
+  version = "4.7.1";
 
   src = fetchFromGitHub {
     owner = "sosreport";
     repo = "sos";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-SB8qLpa9ncAJjUkbPRuSY2eJ1fNMaLSR7BR/tgO+ZUs=";
+    sha256 = "sha256-usa4xSNAv0AaML7qv5kCQDA3VMz4IneLFDVyv7uPUcQ=";
   };
 
   nativeBuildInputs = [