1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

fasmg: kd3c -> kl0e

This commit is contained in:
Peder Bergebakken Sundt 2024-10-19 01:47:34 +02:00
parent 00434af507
commit 8639e25284

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "fasmg";
version = "kd3c";
version = "kl0e";
src = fetchzip {
url = "https://flatassembler.net/fasmg.${version}.zip";
sha256 = "sha256-duxune/UjXppKf/yWp7y85rpBn4EIC6JcZPNDhScsEA=";
sha256 = "sha256-qUhsUMwxgUduGz+D8+Dm4EXyh7aiE9lJ1mhvTjHP6Tw=";
stripRoot = false;
};