mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 06:03:40 +00:00
airshipper: 0.14.0 -> 0.15.0
This commit is contained in:
parent
ebada934ba
commit
34049645be
@ -25,7 +25,7 @@
|
||||
, patchelf
|
||||
}:
|
||||
let
|
||||
version = "0.14.0";
|
||||
version = "0.15.0";
|
||||
# Patch for airshipper to install veloren
|
||||
patch = let
|
||||
runtimeLibs = [
|
||||
@ -63,10 +63,10 @@ rustPlatform.buildRustPackage {
|
||||
owner = "Veloren";
|
||||
repo = "airshipper";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-+ZU3WAjmPDAFAevebePcIlYcgSYSJJ3LyvwbTBKGUH4=";
|
||||
hash = "sha256-V8G1mZIdqf+WGcrUzRgWnlUk+EXs4arAEQdRESpobGg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-mwfYCVcOH2zFr76W9ZC4t/LmEwO5P2eGYXRVkwn6Fm4=";
|
||||
cargoHash = "sha256-N2FZZGbsAJdmBthsl1Be+kLMjI65yzMcbnBkgvdfDLM=";
|
||||
|
||||
buildInputs = [
|
||||
fontconfig
|
||||
|
Loading…
Reference in New Issue
Block a user