Skip to content

Commit a844957

Browse files
pyrefly: 0.48.0 -> 0.49.0 (#482106)
2 parents c1cf4a5 + e3663f6 commit a844957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/py/pyrefly/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}:
1111
rustPlatform.buildRustPackage (finalAttrs: {
1212
pname = "pyrefly";
13-
version = "0.48.0";
13+
version = "0.49.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "facebook";
1717
repo = "pyrefly";
1818
tag = finalAttrs.version;
19-
hash = "sha256-n/Nlz1eTC29JyTGJvGUpO4BF22tZBh3ZsMdPUPy874M=";
19+
hash = "sha256-r0KNzXZA02J9fYUI0oEoH188OemVzambC+GKlQaq5oU=";
2020
};
2121

2222
buildAndTestSubdir = "pyrefly";
23-
cargoHash = "sha256-mLK32ar+7N4r2MQWfa6G5yql8xseck9VYR4gF/1dSnM=";
23+
cargoHash = "sha256-nL703jB01JI7LILJKl4FiaRHNyjxNluZpQmJCTTzVdY=";
2424

2525
buildInputs = [ rust-jemalloc-sys ];
2626

0 commit comments

Comments
 (0)