Commit d5dc3ec9 authored by R. RyanTM's avatar R. RyanTM
Browse files

airshipper: 0.16.0 -> 0.17.0

parent 65786ea5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
  patchelf,
}:
let
  version = "0.16.0";
  version = "0.17.0";
  # Patch for airshipper to install veloren
  patch =
    let
@@ -65,10 +65,10 @@ rustPlatform.buildRustPackage {
    owner = "Veloren";
    repo = "airshipper";
    tag = "v${version}";
    hash = "sha256-MHwyXCAqdBzdJlYzSeUXr6bJdTVHcjJ/kGcuAsZCCW8=";
    hash = "sha256-M89RswC08MZnNfk2T1+rtDajTpDGTnJoZ2U8bU5U2+0=";
  };

  cargoHash = "sha256-TkeB939zV5VvqICFqJd/7uX+ydXyEQOJ3sYQbHbZhP0=";
  cargoHash = "sha256-ry0hFvMDnotDQu6mqgyt+6hKOvGRJLmZKs3SxEVtDRg=";

  buildInputs = [
    fontconfig