From 7fb6a8519512ba4a91eeb5c6f89784b0bf9bf5ec Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 7 Aug 2025 21:14:55 +0800 Subject: [PATCH] timeshift: 25.07.4 -> 25.07.5 https://github.com/linuxmint/timeshift/compare/25.07.4...25.07.5 --- 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 81b6bbb08ed3..d55d908e55ca 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.4"; + version = "25.07.5"; src = fetchFromGitHub { owner = "linuxmint"; repo = "timeshift"; rev = version; - hash = "sha256-yrLpEhSt7QB0qWCXjIjTVeXKRpgue2pVdV+6hSixeuA="; + hash = "sha256-AXtHs19DeSF2v5v4aBchGlsO59Z7h5OfmAaDb9SjwSc="; }; postPatch = ''