lol

timeshift: 25.07.6 -> 25.07.7 (#440183)

authored by

Bobby Rong and committed by
GitHub
e446c93d d54b8b2b

+2 -2
+2 -2
pkgs/applications/backup/timeshift/unwrapped.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "timeshift"; 21 - version = "25.07.6"; 21 + version = "25.07.7"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "linuxmint"; 25 25 repo = "timeshift"; 26 26 rev = version; 27 - hash = "sha256-M3r5CUSMF2Es1EDolmZAwqj2uX76wARk5oefqdf2eYk="; 27 + hash = "sha256-X3TwUkOeGzcgFM/4Fyfs8eQuGK2wHe3t13WSpIizX8s="; 28 28 }; 29 29 30 30 postPatch = ''