Files
NetMesh/nix/release.nix

15 lines
300 B
Nix
Raw Permalink Normal View History

{
version = "1.1.83";
sources = {
x86_64-linux = {
appImageArch = "x86_64";
hash = "sha256-p83CJ9oQcIJV7OTfgQt2DEqdEG4wiZvqFn5TVir1xdg=";
};
aarch64-linux = {
appImageArch = "arm64";
hash = "sha256-zMULcewEakxVZUz8pKBfTcrONSMAY1b42J6zeDy0drs=";
};
};
}