about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-22 21:28:08 +0800
committerBobby Rong <rjl931189261@126.com>2022-11-29 10:11:56 +0800
commit131c145e61bd509a5fd4b00cd97f70068b646ebe (patch)
treeb576f09118e677468f82ea262357e4d16f59252f
parent4035cd5222bac5ee929b393f7d1d764caf96f73b (diff)
timeshift: 22.06.5 -> 22.11.1
https://github.com/linuxmint/timeshift/compare/22.06.5...22.11.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 81a0cd8b02e12..eaf3f90138172 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.06.5";
+  version = "22.11.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "timeshift";
     rev = version;
-    sha256 = "IHX/F3tnl3ckX20mnPHmuK/W4pRTFHzBUfaJg2sMpqc=";
+    sha256 = "JYYiqJzLszaCJSl7fDb9Oz8tdIYAnqEbJoRg4zw3wbg=";
   };
 
   patches = [