timeshift: 24.01.1 -> 24.06.1

https://github.com/linuxmint/timeshift/compare/24.01.1...24.06.1
This commit is contained in:
Bobby Rong 2024-06-06 20:41:38 +08:00
parent a3800d7e5d
commit 6bdc9ea86d
No known key found for this signature in database

View File

@ -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 = [