taoup: disable auto update

This commit is contained in:
Wolfgang Walther 2025-04-28 19:53:43 +02:00
parent 85f896ec76
commit 91dced6048
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -11,6 +11,7 @@ let
in
stdenv.mkDerivation rec {
pname = "taoup";
# nixpkgs-update: no auto update
version = "1.1.23";
src = fetchFromGitHub {