From 3ede2409d3a480a07723cf929a244bca2ad2cd73 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 4 Sep 2025 22:32:30 +0800 Subject: [PATCH] timeshift: 25.07.6 -> 25.07.7 https://github.com/linuxmint/timeshift/compare/25.07.6...25.07.7 --- 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 da3082ccd12c..7e3d6395a0e9 100644 --- a/pkgs/applications/backup/timeshift/unwrapped.nix +++ b/pkgs/applications/backup/timeshift/unwrapped.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "timeshift"; - version = "25.07.6"; + version = "25.07.7"; src = fetchFromGitHub { owner = "linuxmint"; repo = "timeshift"; rev = version; - hash = "sha256-M3r5CUSMF2Es1EDolmZAwqj2uX76wARk5oefqdf2eYk="; + hash = "sha256-X3TwUkOeGzcgFM/4Fyfs8eQuGK2wHe3t13WSpIizX8s="; }; postPatch = ''