addwater: 1.2.2 -> 1.2.5

Update to latest patchlevel of addwater.

Link to github comparison from 1.2.2 -> 1.2.5 :
https://github.com/largestgithubuseronearth/addwater/compare/v1.2.2...v1.2.5
This commit is contained in:
Guy Chronister
2025-02-03 09:15:55 -06:00
parent 52015d4a13
commit dc89413b00
+2 -2
View File
@@ -15,7 +15,7 @@
python3Packages.buildPythonApplication rec {
pname = "addwater";
version = "1.2.2";
version = "1.2.5";
# built with meson, not a python format
pyproject = false;
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
owner = "largestgithubuseronearth";
repo = "addwater";
tag = "v${version}";
hash = "sha256-BpV4nJbJNMI0Nzzsl1NbsWTNRMFRBSrUF1+Qdd7h6eg=";
hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
};
buildInputs = [