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 cfdae65 commit 7386a47Copy full SHA for 7386a47
pkgs/development/compilers/erg/default.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "erg";
12
- version = "0.6.38";
+ version = "0.6.39";
13
14
src = fetchFromGitHub {
15
owner = "erg-lang";
16
repo = "erg";
17
rev = "v${version}";
18
- hash = "sha256-byoOvJ4SsRxFSbF4SwdDPlXNdMhypOgktnj4CkmAZuU=";
+ hash = "sha256-eVf1pQJ0mIZURRDK2k6boZUs+m6hu6lbWqKYWSNC5ng=";
19
};
20
21
- cargoHash = "sha256-QNykB9tXXlEyJupO5hkSN2ZqBZDwi0kl6IPHxkkaUxo=";
+ cargoHash = "sha256-H7JorE6Psg/rndYpNMiyxOfsifBEi4l4bk4CvhDRFjE=";
22
23
nativeBuildInputs = [
24
makeWrapper
0 commit comments