Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

timeshift: 22.06.5 -> 22.11.1

https://github.com/linuxmint/timeshift/compare/22.06.5...22.11.1

+2 -2
+2 -2
pkgs/applications/backup/timeshift/unwrapped.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "timeshift"; 18 - version = "22.06.5"; 19 20 src = fetchFromGitHub { 21 owner = "linuxmint"; 22 repo = "timeshift"; 23 rev = version; 24 - sha256 = "IHX/F3tnl3ckX20mnPHmuK/W4pRTFHzBUfaJg2sMpqc="; 25 }; 26 27 patches = [
··· 15 16 stdenv.mkDerivation rec { 17 pname = "timeshift"; 18 + version = "22.11.1"; 19 20 src = fetchFromGitHub { 21 owner = "linuxmint"; 22 repo = "timeshift"; 23 rev = version; 24 + sha256 = "JYYiqJzLszaCJSl7fDb9Oz8tdIYAnqEbJoRg4zw3wbg="; 25 }; 26 27 patches = [