From 96ca26e50ae0b763ea227106692bf90f70a0d8ff Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 14 Dec 2025 16:37:22 +0800 Subject: [PATCH] timeshift: 25.12.0 -> 25.12.1 https://github.com/linuxmint/timeshift/compare/25.12.0...25.12.1 --- 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 93f79f5c9192..00824f8840c5 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.0"; + version = "25.12.1"; outputs = [ "out" "man" @@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "linuxmint"; repo = "timeshift"; tag = finalAttrs.version; - hash = "sha256-JAp1kZ8DBjhB6Xk4ZeL2ozJoTPPcu5gn7Fh+vbm+Zjg="; + hash = "sha256-m+eSF+cALWSaNt/0V0XTrDZiocddsLqK1YDU7yBdXjw="; }; postPatch = ''