1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

altair: 7.3.4 -> 7.3.5

This commit is contained in:
R. Ryantm 2024-09-01 00:19:30 +00:00
parent 151889cdbf
commit 3305a19211

View file

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