mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
altair: 8.5.0 -> 8.5.3
This commit is contained in:
parent
577f4f868a
commit
f3c59a7864
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
let
|
||||
pname = "altair";
|
||||
version = "8.5.0";
|
||||
version = "8.5.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/altair-graphql/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
|
||||
sha256 = "sha256-ImcnV+Z1J+6wGs3HmlCpXmLb/BbyEcunY+IZ2cbD8Ns=";
|
||||
sha256 = "sha256-XPw4NCtkInCes471as0Vtvr/SMRaJS6MNBGg0oo/Dro=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extract { inherit pname version src; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue