Commit 164f941b authored by thtrf's avatar thtrf
Browse files

addwater: 1.1.6 -> 1.2.2

parent 6474cf8d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -10,11 +10,12 @@
  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;

@@ -22,7 +23,7 @@ python3Packages.buildPythonApplication rec {
    owner = "largestgithubuseronearth";
    repo = "addwater";
    tag = "v${version}";
    hash = "sha256-5iuSRA18TWj6naw5MraGZ1Y9OUWEVg2oKqQtkC8rMWw=";
    hash = "sha256-BpV4nJbJNMI0Nzzsl1NbsWTNRMFRBSrUF1+Qdd7h6eg=";
  };

  buildInputs = [
@@ -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";