graphite-cursors: replace "${version}" with version

This commit is contained in:
figsoda 2023-07-02 14:41:06 -04:00
parent 50acc2d57a
commit cc4e008534

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "sha256-Kopl2NweYrq9rhw+0EUMhY/pfGo4g387927TZAhI5/A=";
};