Skip to content

Commit f145dbd

Browse files
authored
timeshift: 24.06.3 -> 24.06.5 (NixOS#362439)
2 parents 89eb0f6 + 7d4576b commit f145dbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/applications/backup/timeshift/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ in
2525
meta = oldAttrs.meta // {
2626
description = oldAttrs.meta.description;
2727
longDescription = oldAttrs.meta.longDescription + ''
28-
This package comes with runtime dependencies of command utilities provided by rsync, coreutils, mount, umount, psmisc, cron and (optionally) btrfs.
29-
If you want to use the commands provided by the system, override the propagatedBuildInputs or use timeshift-minimal instead
28+
This package comes with runtime dependencies of command utilities provided by rsync, coreutils, mount, umount, psmisc, cron and btrfs.
29+
If you want to use the commands provided by the system, use timeshift-minimal instead.
3030
'';
3131
};
3232
})

pkgs/applications/backup/timeshift/unwrapped.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "timeshift";
20-
version = "24.06.3";
20+
version = "24.06.5";
2121

2222
src = fetchFromGitHub {
2323
owner = "linuxmint";
2424
repo = "timeshift";
2525
rev = version;
26-
hash = "sha256-npYiUSAPzr6g29ilQ1JELxqR1VbOR7TNMkdx37n92kk=";
26+
hash = "sha256-2qNLgUZLMcfoemdLvvjdkR7Ln5loSKGqbd402y5Id8k=";
2727
};
2828

2929
patches = [

0 commit comments

Comments
 (0)