about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-12-22 11:09:37 +0200
committerDoron Behar <doron.behar@gmail.com>2023-12-22 11:09:37 +0200
commit65ff0831c6f13d16461313f2fd44ed2e93efbfd1 (patch)
tree4ad2723f8a7b2162ba08e863aaa5b728301aa23e /pkgs/applications/networking/p2p
parent4fa61810859ac4bbcdf0e8a1014040fac21a83c7 (diff)
stig: 0.12.5a0 -> 0.12.8a0
Diff: https://github.com/rndusr/stig/compare/v0.12.5a0...v0.12.8a0
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/stig/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix
index 61d42989705f7..3ce297e832fdf 100644
--- a/pkgs/applications/networking/p2p/stig/default.nix
+++ b/pkgs/applications/networking/p2p/stig/default.nix
@@ -10,13 +10,13 @@ python3Packages.buildPythonApplication rec {
   pname = "stig";
   # This project has a different concept for pre release / alpha,
   # Read the project's README for details: https://github.com/rndusr/stig#stig
-  version = "0.12.5a0";
+  version = "0.12.8a0";
 
   src = fetchFromGitHub {
     owner = "rndusr";
     repo = "stig";
     rev = "v${version}";
-    sha256 = "sha256-e27DBzing38llFxPIsMGkZJXp2q7jjFlQdtfsqLXNHw=";
+    sha256 = "sha256-vfmuA6DqWvAygcS6N+qX1h+Ag+P4eOwm41DhAFZR3r8=";
   };
 
   propagatedBuildInputs = with python3Packages; [