timeshift: use `tag`
Pol Dellaiera 3 months ago 5ba30f6b fd52eaec
··· 23 23 src = fetchFromGitHub { 24 24 owner = "linuxmint"; 25 25 repo = "timeshift"; 26 26 - rev = finalAttrs.version; 26 26 + tag = finalAttrs.version; 27 27 hash = "sha256-X3TwUkOeGzcgFM/4Fyfs8eQuGK2wHe3t13WSpIizX8s="; 28 28 }; 29 29