about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-07 22:24:24 +0800
committerBobby Rong <rjl931189261@126.com>2023-12-07 22:29:22 +0800
commitf4574d7924d87528f235887f5619784a27dd4513 (patch)
treec2360bc70f7ba7829cd367d11fa40c853cb54958
parent2c7f3c0fb7c08a0814627611d9d7d45ab6d75335 (diff)
timeshift: 23.07.1 -> 23.12.1
https://github.com/linuxmint/timeshift/compare/23.07.1...23.12.1
-rw-r--r--pkgs/applications/backup/timeshift/unwrapped.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/backup/timeshift/unwrapped.nix b/pkgs/applications/backup/timeshift/unwrapped.nix
index 878c57fa9c0d1..b41ca774cf968 100644
--- a/pkgs/applications/backup/timeshift/unwrapped.nix
+++ b/pkgs/applications/backup/timeshift/unwrapped.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "timeshift";
-  version = "23.07.1";
+  version = "23.12.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "timeshift";
     rev = version;
-    sha256 = "RnArZTzvH+mdT7zAHTRem8+Z8CFjWVvd3p/HwZC/v+U=";
+    sha256 = "uesedEXPfvI/mRs8BiNkv8B2vVxmtTSaIvlQIsajkVg=";
   };
 
   patches = [