stig: 0.12.2a0 -> 0.12.5a0

kashw2 b0a71c5f 8d96cbfd

+4 -3
+4 -3
pkgs/applications/networking/p2p/stig/default.nix
··· 1 - { lib, stdenv 1 + { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , python3Packages 4 5 }: ··· 7 8 pname = "stig"; 8 9 # This project has a different concept for pre release / alpha, 9 10 # Read the project's README for details: https://github.com/rndusr/stig#stig 10 - version = "0.12.2a0"; 11 + version = "0.12.5a0"; 11 12 12 13 src = fetchFromGitHub { 13 14 owner = "rndusr"; 14 15 repo = "stig"; 15 16 rev = "v${version}"; 16 - sha256 = "0sk4vgj3cn75nyrng2d6q0pj1h968kcmbpr9sv1lj1g8fc7g0n4f"; 17 + sha256 = "sha256-e27DBzing38llFxPIsMGkZJXp2q7jjFlQdtfsqLXNHw="; 17 18 }; 18 19 19 20 propagatedBuildInputs = with python3Packages; [