about summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-08 10:50:43 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-08 11:26:33 +0800
commit70292fc740aa6462154bf0089279d23bb5429230 (patch)
tree8907322380bddcb21bc41a904192adf482ba49b0 /pkgs/applications/backup
parentb554ace4dc818b31e5809f7eacfeaca538c490e9 (diff)
timeshift: 22.11.1 -> 22.11.2
https://github.com/linuxmint/timeshift/compare/22.11.1...22.11.2
Diffstat (limited to 'pkgs/applications/backup')
-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 eaf3f90138172..8e86b35cf7cc1 100644
--- a/pkgs/applications/backup/timeshift/unwrapped.nix
+++ b/pkgs/applications/backup/timeshift/unwrapped.nix
@@ -15,13 +15,13 @@
 
 stdenv.mkDerivation rec {
   pname = "timeshift";
-  version = "22.11.1";
+  version = "22.11.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "timeshift";
     rev = version;
-    sha256 = "JYYiqJzLszaCJSl7fDb9Oz8tdIYAnqEbJoRg4zw3wbg=";
+    sha256 = "yZNERRoNZ1K7BRiAu7sqVQyhghsS/AeZSODMVSm46oY=";
   };
 
   patches = [