mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
altus: 5.7.2 -> 5.8.0
This commit is contained in:
parent
1d3c313641
commit
0f8a2246c0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
let
|
||||
pname = "altus";
|
||||
version = "5.7.2";
|
||||
version = "5.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
name = "altus-${version}.AppImage";
|
||||
url = "https://github.com/amanharwara/altus/releases/download/${version}/Altus-${version}.AppImage";
|
||||
hash = "sha256-sB4ONFLTNN2Dd3LIVtpXIGTyHDFcXako7nlKxzNEOtA=";
|
||||
hash = "sha256-TA1AhWO8TDKbl7ukG1KzPvHP1AZ0leAENLVQ/W+GsrE=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue