lol

altus: 5.7.0 -> 5.7.1

authored by

R. Ryantm and committed by
Masum Reza
0b571a1e 45cc1db6

+2 -2
+2 -2
pkgs/by-name/al/altus/package.nix
··· 7 7 8 8 let 9 9 pname = "altus"; 10 - version = "5.7.0"; 10 + version = "5.7.1"; 11 11 12 12 src = fetchurl { 13 13 name = "altus-${version}.AppImage"; 14 14 url = "https://github.com/amanharwara/altus/releases/download/${version}/Altus-${version}.AppImage"; 15 - hash = "sha256-75mNEXH+C/gRptq3Cx2GUdm3+goDbIvHzpYl0tU3WoU="; 15 + hash = "sha256-G0jKBnobMKJWZmLtyYLpdruNxEVGt5rZHPFJYJkY8Y4="; 16 16 }; 17 17 18 18 appimageContents = appimageTools.extractType2 {