timeshift: 25.07.7 -> 25.12.0

https://github.com/linuxmint/timeshift/compare/25.07.7...25.12.0
This commit is contained in:
Bobby Rong
2025-12-12 23:17:26 +08:00
parent d7c26c8062
commit fcb8a88a13
@@ -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 = ''