We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fae44b commit e3663f6Copy full SHA for e3663f6
pkgs/by-name/py/pyrefly/package.nix
@@ -10,17 +10,17 @@
10
}:
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "pyrefly";
13
- version = "0.48.0";
+ version = "0.49.0";
14
15
src = fetchFromGitHub {
16
owner = "facebook";
17
repo = "pyrefly";
18
tag = finalAttrs.version;
19
- hash = "sha256-n/Nlz1eTC29JyTGJvGUpO4BF22tZBh3ZsMdPUPy874M=";
+ hash = "sha256-r0KNzXZA02J9fYUI0oEoH188OemVzambC+GKlQaq5oU=";
20
};
21
22
buildAndTestSubdir = "pyrefly";
23
- cargoHash = "sha256-mLK32ar+7N4r2MQWfa6G5yql8xseck9VYR4gF/1dSnM=";
+ cargoHash = "sha256-nL703jB01JI7LILJKl4FiaRHNyjxNluZpQmJCTTzVdY=";
24
25
buildInputs = [ rust-jemalloc-sys ];
26
0 commit comments