We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00434af commit 8639e25Copy full SHA for 8639e25
pkgs/development/compilers/fasmg/default.nix
@@ -12,11 +12,11 @@
12
13
stdenv.mkDerivation rec {
14
pname = "fasmg";
15
- version = "kd3c";
+ version = "kl0e";
16
17
src = fetchzip {
18
url = "https://flatassembler.net/fasmg.${version}.zip";
19
- sha256 = "sha256-duxune/UjXppKf/yWp7y85rpBn4EIC6JcZPNDhScsEA=";
+ sha256 = "sha256-qUhsUMwxgUduGz+D8+Dm4EXyh7aiE9lJ1mhvTjHP6Tw=";
20
stripRoot = false;
21
};
22
0 commit comments