altair: 4.1.0 -> 4.6.2 #188359

Update to fix compatibility
Changes: https://github.com/altair-graphql/altair/compare/v4.1.0...v4.6.2
This commit is contained in:
Anders Christiansen Sørby 2022-08-26 09:17:11 +02:00
parent fb570e9074
commit 98cad033e1
No known key found for this signature in database
GPG key ID: 1486C914F8AB79AA

View file

@ -2,11 +2,11 @@
let
pname = "altair";
version = "4.1.0";
version = "4.6.2";
src = fetchurl {
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
sha256 = "sha256-YuG7H+7FXYGbNNhM5vxps72dqltcj3bA325e7ZbW8aI=";
sha256 = "sha256-D2Ivem7xg4KrAHYxs4Cx7Ekgyc5u2KrjX4miYz11wuI=";
};
appimageContents = appimageTools.extract { inherit pname version src; };