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 { stdenv.mkDerivation rec {
pname = "timeshift"; pname = "timeshift";
version = "22.11.1"; version = "22.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "timeshift"; repo = "timeshift";
rev = version; rev = version;
sha256 = "JYYiqJzLszaCJSl7fDb9Oz8tdIYAnqEbJoRg4zw3wbg="; sha256 = "yZNERRoNZ1K7BRiAu7sqVQyhghsS/AeZSODMVSm46oY=";
}; };
patches = [ patches = [