From 1d6f3f1fc24f11c417ddb90264be46aeb3fe58a2 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 13 Sep 2025 20:19:04 +0200 Subject: [PATCH] python3Packages.surt: 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/surt/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/surt/default.nix b/pkgs/development/python-modules/surt/default.nix index 57b89aa0795e..b4b3bb2d444f 100644 --- a/pkgs/development/python-modules/surt/default.nix +++ b/pkgs/development/python-modules/surt/default.nix @@ -19,6 +19,7 @@ buildPythonPackage { owner = "internetarchive"; repo = "surt"; # Has no git tag, https://github.com/internetarchive/surt/issues/26 + # nixpkgs-update: no auto update rev = "6934c321b3e2f66af9c001d882475949f00570c5"; hash = "sha256-pSMNpFfq2V0ANWNFPcb1DwPHccbfddo9P4xZ+ghwbz4="; };