fasmg: j27m -> kd3c (#340207)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-19 01:34:40 +02:00 committed by GitHub
commit 2c910a0e25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};