timeshift: 22.11.1 -> 22.11.2

https://github.com/linuxmint/timeshift/compare/22.11.1...22.11.2
This commit is contained in:
Bobby Rong 2023-01-08 10:50:43 +08:00
parent b554ace4dc
commit 70292fc740
No known key found for this signature in database

View File

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