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

altair: 5.2.2 -> 5.2.5
This commit is contained in:
Nick Cao 2023-10-09 10:19:23 -04:00 committed by GitHub
commit f91a408eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
let
pname = "altair";
version = "5.2.2";
version = "5.2.5";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-O6jWKRsYr1YDwcgwbzBFL8BqrwS1+C2ikEnvxya+S1Q=";
sha256 = "sha256-KpAfPZqDfbf3LLBhTZ/rFftGf42onJnFMvnO2jzxqmo=";
};
appimageContents = appimageTools.extract { inherit pname version src; };