We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cb30a commit bf27402Copy full SHA for bf27402
pkgs/by-name/ad/addwater/package.nix
@@ -15,15 +15,15 @@
15
16
python3Packages.buildPythonApplication rec {
17
pname = "addwater";
18
- version = "1.2.5";
+ version = "1.2.6";
19
# built with meson, not a python format
20
pyproject = false;
21
22
src = fetchFromGitHub {
23
owner = "largestgithubuseronearth";
24
repo = "addwater";
25
tag = "v${version}";
26
- hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
+ hash = "sha256-J1bWJUtQ8V1UuH+hfU0jIy/LQRFjzzV1YvI/VIaCjJE=";
27
};
28
29
buildInputs = [
0 commit comments