tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ophis: 0-unstable-2019-04-13 -> 2.2-unstable-2024-07-28
Anderson Torres
1 year ago
0b996580
39878626
+5
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
op
ophis
package.nix
+5
-4
pkgs/by-name/op/ophis/package.nix
···
8
let
9
self = python3Packages.buildPythonApplication {
10
pname = "ophis";
11
-
version = "0-unstable-2019-04-13";
0
12
13
src = fetchFromGitHub {
14
owner = "michaelcmartin";
15
repo = "Ophis";
16
-
rev = "99f074da278d4ec80689c0e22e20c5552ea12512";
17
-
hash = "sha256-2x8vwLTSngqQqmVrVh/mM4peATgaRqOSwrfm5XCkg/g=";
18
};
19
20
-
sourceRoot = "${self.src.name}/src";
21
22
passthru = {
23
updateScript = unstableGitUpdater { };
···
8
let
9
self = python3Packages.buildPythonApplication {
10
pname = "ophis";
11
+
version = "2.2-unstable-2024-07-28";
12
+
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "michaelcmartin";
16
repo = "Ophis";
17
+
rev = "6a5e5a586832e828b598e8162457e673a6c38275";
18
+
hash = "sha256-cxgSgAypS02AO9vjYjNWDY/cx7kxLt1Bdw8HGgGGBhU=";
19
};
20
21
+
build-system = [ python3Packages.setuptools ];
22
23
passthru = {
24
updateScript = unstableGitUpdater { };