14 pname = "gordonflashtool";
17 src = fetchFromGitHub {
19 repo = "GordonFlashTool";
20 rev = "release-${version}";
21 hash = "sha256-/zpw7kVdQeR7QcRsP1+qcu8+hlEQTGwOKClJkwVcBPg=";
31 # build the gordon binary
38 install -Dm755 gordon $out/bin/gordon
43 homepage = "https://github.com/marmolak/GordonFlashTool";
44 description = "Toolset for Gotek SFR1M44-U100 formatted usb flash drives";
45 maintainers = with lib.maintainers; [ marmolak ];
46 license = lib.licenses.bsd3;
47 platforms = lib.platforms.all;
48 mainProgram = "gordon";