Commit c64b4519 authored by John Titor's avatar John Titor Committed by Masum Reza
Browse files

altus: 5.6.1 -> 5.7.0

parent 7a597a61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

let
  pname = "altus";
  version = "5.6.1";
  version = "5.7.0";

  src = fetchurl {
    name = "altus-${version}.AppImage";
    url = "https://github.com/amanharwara/altus/releases/download/${version}/Altus-${version}.AppImage";
    hash = "sha512-wkH9ZEmEJTP8PAPBG4QeewGrR2Nmd4p2ZWTP/il4+bHREz0N8GttUwkjhYOy1heRSV/S+zlkGjfB8VTaNjGaaA==";
    hash = "sha256-75mNEXH+C/gRptq3Cx2GUdm3+goDbIvHzpYl0tU3WoU=";
  };

  appimageContents = appimageTools.extractType2 {