immersed: 10.5.0 -> 10.6.0 (#368996)

This commit is contained in:
Austin Horstman
2025-01-17 09:28:27 -06:00
committed by GitHub
+9 -5
View File
@@ -7,16 +7,20 @@
}:
let
pname = "immersed";
version = "10.5.0";
version = "10.6.0";
sources = rec {
x86_64-linux = {
url = "https://web.archive.org/web/20240909144905if_/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
hash = "sha256-/fc/URYJZftZPyVicmZjyvcGPLaHrnlsrERlQFN5E98=";
url = "https://web.archive.org/web/20241229041449/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
hash = "sha256-u07QpGXEXbp7ApZgerq36x+4Wxsz08YAruIVnZeS0ck=";
};
aarch64-linux = {
url = "https://web.archive.org/web/20241229041902/https://static.immersed.com/dl/Immersed-aarch64.AppImage";
hash = "sha256-3BokV30y6QRjE94K7JQ6iIuQw1t+h3BKZY+nEFGTVHI=";
};
x86_64-darwin = {
url = "https://web.archive.org/web/20240910022037if_/https://static.immersed.com/dl/Immersed.dmg";
hash = "sha256-UkfB151bX0D5k0IBZczh36TWOOYJbBe5e6LIErON214=";
url = "https://web.archive.org/web/20241229041652/https://static.immersed.com/dl/Immersed.dmg";
hash = "sha256-Sgfm0giVR1dDIFIDpNmGmXLXLRgpMXrVxD/oyPc+Lq0=";
};
aarch64-darwin = x86_64-darwin;
};