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.

Luflosi 1d6f3f1f ca265c19

Changed files
+1
pkgs
development
python-modules
+1
pkgs/development/python-modules/surt/default.nix
···
owner = "internetarchive";
repo = "surt";
# Has no git tag, https://github.com/internetarchive/surt/issues/26
rev = "6934c321b3e2f66af9c001d882475949f00570c5";
hash = "sha256-pSMNpFfq2V0ANWNFPcb1DwPHccbfddo9P4xZ+ghwbz4=";
};
···
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=";
};