altair: 5.0.23 -> 5.0.25

This commit is contained in:
R. Ryantm 2023-05-30 19:53:29 +00:00
parent 592d4ee6e7
commit 12cff2d834

View File

@ -2,11 +2,11 @@
let
pname = "altair";
version = "5.0.23";
version = "5.0.25";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-sjM5KztkFqsZT153b181OLrus5YS09Dp/w4LD6Q6Ros=";
sha256 = "sha256-uDIjNlT93fKV0DtpJua59hUcHF90fDdvNUt1/PA1gIY=";
};
appimageContents = appimageTools.extract { inherit pname version src; };