nix-config/packages/miku-cursor.nix

14 lines
304 B
Nix
Raw Normal View History

2025-01-20 16:35:09 +01:00
{stdenv, fetchFromGitHub}:
stdenv.mkDerivation {
pname = "miku-cursor-linux";
version = "1.2.6";
src = fetchFromGitHub {
owner = "supermariofps";
repo = "hatsune-miku-windows-linux-cursors";
rev = "v${1.2.6}";
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
};
}