about summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-06-06 20:41:38 +0800
committerBobby Rong <rjl931189261@126.com>2024-06-06 22:26:20 +0800
commit6bdc9ea86df237482d3be1828265e7ba11271955 (patch)
tree39449ad4485e98384fcf48d66c8033115b2ee1f4 /pkgs/applications/backup
parenta3800d7e5dc78f5cf941f134ffea3d11ed256682 (diff)
timeshift: 24.01.1 -> 24.06.1
https://github.com/linuxmint/timeshift/compare/24.01.1...24.06.1
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 dd0cff4d55553..74fff5fb87ed2 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 = "24.01.1";
+  version = "24.06.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "timeshift";
     rev = version;
-    hash = "sha256-vAKUR0VsOuiQmB+1jPOR0KufzfXaxAsf3EOPzdgFt0A=";
+    hash = "sha256-H4PCZ1WwNg34WSDXgmH6pUPBglXafLTFfIzvmWiyeCw=";
   };
 
   patches = [