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

altair: 5.0.19 -> 5.0.22
This commit is contained in:
Weijia Wang 2023-04-20 22:54:40 +03:00 committed by GitHub
commit ae4ed382f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
let
pname = "altair";
version = "5.0.19";
version = "5.0.22";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-ziJz9bJm4TxKzpGOBv1JwTnjgmloGBa9SCAUbg0WoLU=";
sha256 = "sha256-zbsKj70ESotf4rW3zf60gaZWoXRgPRi4sPv7eIXC/Zg=";
};
appimageContents = appimageTools.extract { inherit pname version src; };