timeshift: 25.07.4 -> 25.07.5

https://github.com/linuxmint/timeshift/compare/25.07.4...25.07.5
This commit is contained in:
Bobby Rong
2025-08-07 21:14:58 +08:00
parent 9e138283ca
commit 7fb6a85195
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "timeshift";
version = "25.07.4";
version = "25.07.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "timeshift";
rev = version;
hash = "sha256-yrLpEhSt7QB0qWCXjIjTVeXKRpgue2pVdV+6hSixeuA=";
hash = "sha256-AXtHs19DeSF2v5v4aBchGlsO59Z7h5OfmAaDb9SjwSc=";
};
postPatch = ''