Commit 79a1c6ff authored by Yureka's avatar Yureka Committed by Yureka
Browse files

yarn-berry.yarn-berry-fetcher: 1.0.1 -> 1.1.0

Diff: https://cyberchaos.dev/yuka/yarn-berry-fetcher/-/compare/1.0.1...1.2.1?w=1

- Implemented support for __archiveUrl bindings
- Solved performance issues with many small files
- Improved help output (By @euank)
parent 572f3865
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,18 +13,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "yarn-berry-${toString berryVersion}-fetcher";
  version = "1.0.1";
  version = "1.2.1";

  src = fetchFromGitLab {
    domain = "cyberchaos.dev";
    owner = "yuka";
    repo = "yarn-berry-fetcher";
    tag = "1.0.1";
    hash = "sha256-v92+aeGmT151TvcW7FvuooF3g+opdZw7QHY+CcLweJE=";
    tag = "1.2.1";
    hash = "sha256-gBre1LGyDVhikigWoWWW5qZyDCHp4lDONPqg1CRtaFM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-TR9FT95WAaiRvoYBXeT0U6agF94BAdMswNncYysESKo=";
  cargoHash = "sha256-KNVfwv+qaJEu3TqhCKpiTfuRvFIFcHstcpjre/QXDso=";

  env.YARN_ZIP_SUPPORTED_CACHE_VERSION = berryCacheVersion;
  env.LIBZIP_SYS_USE_PKG_CONFIG = 1;