fasmg: j27m -> kd3c

This commit is contained in:
Sam Connelly 2024-09-06 17:50:32 -04:00
parent 4dbf50c938
commit 58157652bc

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "fasmg";
version = "j27m";
version = "kd3c";
src = fetchzip {
url = "https://flatassembler.net/fasmg.${version}.zip";
sha256 = "0qmklb24n3r0my2risid8r61pi88gqrvm1c0xvyd0bp1ans6d7zd";
sha256 = "sha256-duxune/UjXppKf/yWp7y85rpBn4EIC6JcZPNDhScsEA=";
stripRoot = false;
};