tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
addwater: 1.2.5 -> 1.2.6
R. Ryantm
10 months ago
bf274024
97cb30a6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ad
addwater
package.nix
+2
-2
pkgs/by-name/ad/addwater/package.nix
···
15
16
python3Packages.buildPythonApplication rec {
17
pname = "addwater";
18
-
version = "1.2.5";
19
# built with meson, not a python format
20
pyproject = false;
21
···
23
owner = "largestgithubuseronearth";
24
repo = "addwater";
25
tag = "v${version}";
26
-
hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
27
};
28
29
buildInputs = [
···
15
16
python3Packages.buildPythonApplication rec {
17
pname = "addwater";
18
+
version = "1.2.6";
19
# built with meson, not a python format
20
pyproject = false;
21
···
23
owner = "largestgithubuseronearth";
24
repo = "addwater";
25
tag = "v${version}";
26
+
hash = "sha256-J1bWJUtQ8V1UuH+hfU0jIy/LQRFjzzV1YvI/VIaCjJE=";
27
};
28
29
buildInputs = [