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

altair: 7.2.4 -> 7.3.4
This commit is contained in:
Nick Cao 2024-08-09 18:09:06 -04:00 committed by GitHub
commit ff97224134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
let
pname = "altair";
version = "7.2.4";
version = "7.3.4";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-o3yc24z9O9oUhEseZKYZGUq823P4JgedrZcuVUUKdkA=";
sha256 = "sha256-wl5qlUhnwqqYM830m6KWNQBY2jVMh715HahLngyiL+I=";
};
appimageContents = appimageTools.extract { inherit pname version src; };