Unverified Commit f05af956 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

holo-daemon: 0.8.0 -> 0.9.0 (#495094)

parents b9637319 8f649b7a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "holo-daemon";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "holo-routing";
    repo = "holo";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8cScq/6e9u3rDilnjT6mAbEudXybNj3YUicYiEgoCyE=";
    hash = "sha256-zZrse46NJb8gD4BtM20FfdtRdxVNLZ+/51dy2nuiOd8=";
  };

  passthru.updateScript = nix-update-script { };

  cargoHash = "sha256-YZ2c6W6CCqgyN+6i7Vh5fWLKw8L4pUqvq/tDO/Q/kf0=";
  cargoHash = "sha256-cHJzwI7FDVA1iwqg+x9sMlao22SGQoOuq+MB0XtYsEc=";

  # Use rust nightly features
  env.RUSTC_BOOTSTRAP = 1;