Skip to content

Commit fad4b47

Browse files
addwater: 1.2.5 -> 1.2.6 (#387507)
Co-authored-by: thtrf <[email protected]>
2 parents cdec7e9 + bf27402 commit fad4b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ad/addwater/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
python3Packages.buildPythonApplication rec {
1717
pname = "addwater";
18-
version = "1.2.5";
18+
version = "1.2.6";
1919
# built with meson, not a python format
2020
pyproject = false;
2121

2222
src = fetchFromGitHub {
2323
owner = "largestgithubuseronearth";
2424
repo = "addwater";
2525
tag = "v${version}";
26-
hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
26+
hash = "sha256-J1bWJUtQ8V1UuH+hfU0jIy/LQRFjzzV1YvI/VIaCjJE=";
2727
};
2828

2929
buildInputs = [

0 commit comments

Comments
 (0)