timeshift: 22.06.1 -> 22.06.5

This commit is contained in:
Bobby Rong 2022-07-18 10:14:08 +08:00
parent b3db7c1d79
commit 8df09e8ff4
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "timeshift";
version = "22.06.1";
version = "22.06.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "timeshift";
rev = "v${version}";
sha256 = "XcxwVBKMv2YwbrI3FFWDQFs8hHruhkZq3YqzkptE6KE=";
rev = version;
sha256 = "IHX/F3tnl3ckX20mnPHmuK/W4pRTFHzBUfaJg2sMpqc=";
};
patches = [