altair: 6.3.1 -> 6.4.0

This commit is contained in:
R. Ryantm 2024-04-02 01:58:03 +00:00
parent ebde306504
commit 0688928530
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
let
pname = "altair";
version = "6.3.1";
version = "6.4.0";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-ebRwdivDxjcM3dD+RLW09otT/wovz1JjgXai2TsuSOE=";
sha256 = "sha256-eUUPfMwCMrMHk2RcLfpI8VuolgI/7geY6/6QrWjkIXg=";
};
appimageContents = appimageTools.extract { inherit pname version src; };