From 646d60cabaa584174b6c485002e2c4c113f2b2e2 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 7 Jan 2026 23:04:47 +0800 Subject: [PATCH] timeshift: 25.12.1 -> 25.12.3 https://github.com/linuxmint/timeshift/compare/25.12.1...25.12.3 --- 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 00824f8840c5..b945e0929765 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.12.1"; + version = "25.12.3"; outputs = [ "out" "man" @@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "linuxmint"; repo = "timeshift"; tag = finalAttrs.version; - hash = "sha256-m+eSF+cALWSaNt/0V0XTrDZiocddsLqK1YDU7yBdXjw="; + hash = "sha256-yrPeaGdt32bmP8lV+eYZb2H3OmVl3G5AH7eeGZ3LM3k="; }; postPatch = ''