altair: 8.3.0 -> 8.5.0

This commit is contained in:
R. Ryantm
2025-12-26 15:37:53 +00:00
parent 4aa60f47bf
commit 14b623fabf
+2 -2
View File
@@ -7,11 +7,11 @@
let
pname = "altair";
version = "8.3.0";
version = "8.5.0";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-uLqtrF5WWJ5+6bN/h4u/vdvTlbQtZID1osujfuJad4U=";
sha256 = "sha256-ImcnV+Z1J+6wGs3HmlCpXmLb/BbyEcunY+IZ2cbD8Ns=";
};
appimageContents = appimageTools.extract { inherit pname version src; };