about summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-28 22:03:45 +0800
committerBobby Rong <rjl931189261@126.com>2023-12-28 22:13:08 +0800
commit2a4e36d02b5d0a83374ee751dd110f4a6f0a3981 (patch)
treea7444fbb569dc64555061ba41887d1534e6c3ab0 /pkgs/applications/backup
parent6698e960266f333d31b284af154ea9ef456676a5 (diff)
downloadnixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.tar
nixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.tar.gz
nixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.tar.bz2
nixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.tar.lz
nixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.tar.xz
nixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.tar.zst
nixlib-2a4e36d02b5d0a83374ee751dd110f4a6f0a3981.zip
timeshift: 23.12.1 -> 23.12.2
https://github.com/linuxmint/timeshift/compare/23.12.1...23.12.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 b41ca774cf96..bcf6ff6af721 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.12.1";
+  version = "23.12.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "timeshift";
     rev = version;
-    sha256 = "uesedEXPfvI/mRs8BiNkv8B2vVxmtTSaIvlQIsajkVg=";
+    sha256 = "xeO1/YQGRTCCGMRPr6Dqb9+89lP24fPBDBJpvtcr2X0=";
   };
 
   patches = [