Skip to content

Commit 7386a47

Browse files
committed
erg: 0.6.38 -> 0.6.39
1 parent cfdae65 commit 7386a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/compilers/erg/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "erg";
12-
version = "0.6.38";
12+
version = "0.6.39";
1313

1414
src = fetchFromGitHub {
1515
owner = "erg-lang";
1616
repo = "erg";
1717
rev = "v${version}";
18-
hash = "sha256-byoOvJ4SsRxFSbF4SwdDPlXNdMhypOgktnj4CkmAZuU=";
18+
hash = "sha256-eVf1pQJ0mIZURRDK2k6boZUs+m6hu6lbWqKYWSNC5ng=";
1919
};
2020

21-
cargoHash = "sha256-QNykB9tXXlEyJupO5hkSN2ZqBZDwi0kl6IPHxkkaUxo=";
21+
cargoHash = "sha256-H7JorE6Psg/rndYpNMiyxOfsifBEi4l4bk4CvhDRFjE=";
2222

2323
nativeBuildInputs = [
2424
makeWrapper

0 commit comments

Comments
 (0)