pyrefly: 1.1.1 -> 1.2.0-dev.1 (#538222)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-03 21:34:43 +00:00
committed by GitHub
+3 -3
View File
@@ -10,18 +10,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pyrefly";
version = "1.1.1";
version = "1.2.0-dev.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "pyrefly";
tag = finalAttrs.version;
hash = "sha256-GHH+oG3oUEmGNEmtrmra321UIgRD04Eq1Ct0H7VsjxU=";
hash = "sha256-qi2ImB2fuaDJWlJpPSlopZZmdGplEGm6+31yNOP+b8g=";
};
buildAndTestSubdir = "pyrefly";
cargoHash = "sha256-vOHcmYVKlsxueWjvCCDWwSfJt+2/71b5+NdQyW3jYH4=";
cargoHash = "sha256-Q/xB79oR0yvXCT1bCPU82LUDrGpTUMt+uy67Si+mWL8=";
buildInputs = [ rust-jemalloc-sys ];