Merge pull request #300841 from r-ryantm/auto-update/altair

altair: 6.3.1 -> 6.4.0
This commit is contained in:
Weijia Wang 2024-04-08 02:10:41 +02:00 committed by GitHub
commit 5a77ad5e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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; };