Skip to content

Commit

Permalink
addwater: 1.1.6 -> 1.2.2 (NixOS#370846)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 5, 2025
2 parents 8be3a62 + 164f941 commit 6a4f84c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/ad/addwater/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
python3Packages,
wrapGAppsHook4,
appstream,
nix-update-script,
}:

python3Packages.buildPythonApplication rec {
pname = "addwater";
version = "1.1.6";
version = "1.2.2";
# built with meson, not a python format
pyproject = false;

src = fetchFromGitHub {
owner = "largestgithubuseronearth";
repo = "addwater";
tag = "v${version}";
hash = "sha256-5iuSRA18TWj6naw5MraGZ1Y9OUWEVg2oKqQtkC8rMWw=";
hash = "sha256-BpV4nJbJNMI0Nzzsl1NbsWTNRMFRBSrUF1+Qdd7h6eg=";
};

buildInputs = [
Expand All @@ -45,6 +46,8 @@ python3Packages.buildPythonApplication rec {
requests
];

passthru.updateScript = nix-update-script { };

meta = {
description = "Installer for the fantastic GNOME for Firefox theme";
homepage = "https://github.com/largestgithubuseronearth/addwater";
Expand Down

0 comments on commit 6a4f84c

Please sign in to comment.