tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stig: 0.13.0a0 -> 0.14.0a0
R. Ryantm
4 months ago
dc514814
cfab6305
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
st
stig
package.nix
+2
-2
pkgs/by-name/st/stig/package.nix
···
10
10
pname = "stig";
11
11
# This project has a different concept for pre release / alpha,
12
12
# Read the project's README for details: https://github.com/rndusr/stig#stig
13
13
-
version = "0.13.0a0";
13
13
+
version = "0.14.0a0";
14
14
pyproject = true;
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "rndusr";
18
18
repo = "stig";
19
19
rev = "v${version}";
20
20
-
hash = "sha256-X7V6NpHJBRj8A1Z37XNPEvFfwIFPtqWaBm8hzkA8g6o=";
20
20
+
hash = "sha256-wColVJBr5oGYpN0RCh716qxKuaEhKxfl95cktZl9zMk=";
21
21
};
22
22
23
23
build-system = with python3Packages; [