From fcb8a88a13f089144d9049d56d07935d035e917d Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 12 Dec 2025 22:48:58 +0800 Subject: [PATCH] timeshift: 25.07.7 -> 25.12.0 https://github.com/linuxmint/timeshift/compare/25.07.7...25.12.0 --- pkgs/applications/backup/timeshift/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/backup/timeshift/unwrapped.nix b/pkgs/applications/backup/timeshift/unwrapped.nix index 95980f5c5fd3..93f79f5c9192 100644 --- a/pkgs/applications/backup/timeshift/unwrapped.nix +++ b/pkgs/applications/backup/timeshift/unwrapped.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "timeshift"; - version = "25.07.7"; + version = "25.12.0"; outputs = [ "out" "man" @@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "linuxmint"; repo = "timeshift"; tag = finalAttrs.version; - hash = "sha256-X3TwUkOeGzcgFM/4Fyfs8eQuGK2wHe3t13WSpIizX8s="; + hash = "sha256-JAp1kZ8DBjhB6Xk4ZeL2ozJoTPPcu5gn7Fh+vbm+Zjg="; }; postPatch = ''