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

altair: 7.0.1 -> 7.1.0
This commit is contained in:
Weijia Wang 2024-06-26 00:45:07 +02:00 committed by GitHub
commit 8b15bd3c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
let
pname = "altair";
version = "7.0.1";
version = "7.1.0";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-hcZwGJ409r3XKVScGfj0DonZdClDVvTcIZlmJ1Xd9Mw=";
sha256 = "sha256-27X2BSGcHMSxt3ry+EO/Z6Bq8rqlvNNME0ehBUWxN9s=";
};
appimageContents = appimageTools.extract { inherit pname version src; };