Unverified Commit 82f4b643 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

xan: 0.45.0 -> 0.46.2 (#386851)

parents 2c237fd0 e2bc2789
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "xan";
  version = "0.45.0";
  version = "0.46.2";

  src = fetchFromGitHub {
    owner = "medialab";
    repo = "xan";
    tag = version;
    hash = "sha256-doNAj+keQ/c0P43SEShfJtZWZzEPBrgyB9CF9XKw/6U=";
    hash = "sha256-scLpmKlMIqBScvtMcrNnU0UPEJ8ufOefksk/kVQzZhE=";
  };

  cargoHash = "sha256-fReHI5pi71+CK2IGOIlK2SLR0A6LDjMHtU80BdU8ABM=";
  cargoHash = "sha256-aTDT3kMSEjOzbjEez5i13D8HsnP1ZYBt6GkorR1EZiM=";
  useFetchCargoVendor = true;

  # FIXME: tests fail and I do not have the time to investigate. Temporarily disable