8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-rYClWq1Nl3COoG+eOJyFDTvBSzpHpGminU4bndZs6xc=";
21 url = "https://github.com/cpcsdk/idsk/commit/52fa3cdcc10d4ba6c75cab10ca7067b129198d92.patch";
22 hash = "sha256-Ll0apllNj+fP7kZ1n+bBowrlskLK1bIashxxgPVVxmg=";
33 install -Dm755 iDSK $out/bin/iDSK
39 description = "Manipulating CPC dsk images and files";
40 homepage = "https://github.com/cpcsdk/idsk";
41 changelog = "https://github.com/cpcsdk/idsk/releases/tag/${src.rev}";
42 license = licenses.mit;
44 maintainers = with maintainers; [ wegank ];
45 platforms = platforms.all;