From ebe97e5ad5f16b0d62317bf873d9690b9106b1aa Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 13 Sep 2025 20:24:05 +0200 Subject: [PATCH] python3Packages.invisible-watermark: disable auto update There is no Git tag for the latest version, so the update script gets confused. To avoid the update script downgrading the version, disable automatic updates. --- pkgs/development/python-modules/invisible-watermark/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/invisible-watermark/default.nix b/pkgs/development/python-modules/invisible-watermark/default.nix index 00ca42d94b22..31ac39da8103 100644 --- a/pkgs/development/python-modules/invisible-watermark/default.nix +++ b/pkgs/development/python-modules/invisible-watermark/default.nix @@ -24,6 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "ShieldMnt"; repo = "invisible-watermark"; + # nixpkgs-update: no auto update rev = "e58e451cff7e092457cd915e445b1a20b64a7c8f"; # No git tag, see https://github.com/ShieldMnt/invisible-watermark/issues/22 hash = "sha256-6SjVpKFtiiLLU7tZ3hBQr0KT/YEQyywJj0e21/dJRzk="; };