timeshift 23.07.1 -> 23.12.1 https://repology.org/project/timeshift/versions attrpath: timeshift Checking auto update branch... No auto update branch exists Old version 23.07.1" not present in master derivation file with contents: { callPackage , timeshift-unwrapped , lib , rsync , coreutils , mount , umount , psmisc , cron , btrfs-progs , grubPackage }: let timeshift-wrapper = callPackage ./wrapper.nix { }; in (timeshift-wrapper timeshift-unwrapped ([ rsync coreutils mount umount psmisc cron btrfs-progs grubPackage ])).overrideAttrs (oldAttrs: { meta = oldAttrs.meta // { description = oldAttrs.meta.description; longDescription = oldAttrs.meta.longDescription + '' This package comes with runtime dependencies of command utilities provided by rsync, coreutils, mount, umount, psmisc, cron and (optionally) btrfs. If you want to use the commands provided by the system, override the propagatedBuildInputs or use timeshift-minimal instead ''; }; })