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

altair: 5.2.5 -> 5.2.6
This commit is contained in:
Fabián Heredia Montiel 2023-11-14 21:10:41 -06:00 committed by GitHub
commit 89286a1823
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.5";
version = "5.2.6";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-KpAfPZqDfbf3LLBhTZ/rFftGf42onJnFMvnO2jzxqmo=";
sha256 = "sha256-SNXUARAu4szX7otyAKy3F/piNhxlPVNN6Dj2UwevL8A=";
};
appimageContents = appimageTools.extract { inherit pname version src; };