tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stig: 0.12.2a0 -> 0.12.5a0
kashw2
2 years ago
b0a71c5f
8d96cbfd
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
p2p
stig
default.nix
+4
-3
pkgs/applications/networking/p2p/stig/default.nix
···
1
-
{ lib, stdenv
0
2
, fetchFromGitHub
3
, python3Packages
4
}:
···
7
pname = "stig";
8
# This project has a different concept for pre release / alpha,
9
# Read the project's README for details: https://github.com/rndusr/stig#stig
10
-
version = "0.12.2a0";
11
12
src = fetchFromGitHub {
13
owner = "rndusr";
14
repo = "stig";
15
rev = "v${version}";
16
-
sha256 = "0sk4vgj3cn75nyrng2d6q0pj1h968kcmbpr9sv1lj1g8fc7g0n4f";
17
};
18
19
propagatedBuildInputs = with python3Packages; [
···
1
+
{ lib
2
+
, stdenv
3
, fetchFromGitHub
4
, python3Packages
5
}:
···
8
pname = "stig";
9
# This project has a different concept for pre release / alpha,
10
# Read the project's README for details: https://github.com/rndusr/stig#stig
11
+
version = "0.12.5a0";
12
13
src = fetchFromGitHub {
14
owner = "rndusr";
15
repo = "stig";
16
rev = "v${version}";
17
+
sha256 = "sha256-e27DBzing38llFxPIsMGkZJXp2q7jjFlQdtfsqLXNHw=";
18
};
19
20
propagatedBuildInputs = with python3Packages; [