mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
addwater: 1.2.5 -> 1.2.6
This commit is contained in:
parent
97cb30a656
commit
bf27402467
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "addwater";
|
pname = "addwater";
|
||||||
version = "1.2.5";
|
version = "1.2.6";
|
||||||
# built with meson, not a python format
|
# built with meson, not a python format
|
||||||
pyproject = false;
|
pyproject = false;
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "largestgithubuseronearth";
|
owner = "largestgithubuseronearth";
|
||||||
repo = "addwater";
|
repo = "addwater";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
|
hash = "sha256-J1bWJUtQ8V1UuH+hfU0jIy/LQRFjzzV1YvI/VIaCjJE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue