altus: 5.7.1 -> 5.7.2 (#453607)

This commit is contained in:
Masum Reza
2025-10-20 05:41:30 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
let
pname = "altus";
version = "5.7.1";
version = "5.7.2";
src = fetchurl {
name = "altus-${version}.AppImage";
url = "https://github.com/amanharwara/altus/releases/download/${version}/Altus-${version}.AppImage";
hash = "sha256-G0jKBnobMKJWZmLtyYLpdruNxEVGt5rZHPFJYJkY8Y4=";
hash = "sha256-sB4ONFLTNN2Dd3LIVtpXIGTyHDFcXako7nlKxzNEOtA=";
};
appimageContents = appimageTools.extractType2 {