Skip to content

Commit

Permalink
erg: 0.6.50 -> 0.6.51
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 22, 2025
1 parent eac5f2c commit f981d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/er/erg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "erg";
version = "0.6.50";
version = "0.6.51";

src = fetchFromGitHub {
owner = "erg-lang";
repo = "erg";
rev = "v${version}";
hash = "sha256-w41HLMWbWYsK+gCFhCCzu5QfHHU5jqNVcKBUvHnvpX4=";
hash = "sha256-pradjKj5luXcMZa9/p06l9H+3QTM1BrFtm23gKJv/I8=";
};

cargoHash = "sha256-zTmU4d1B+T3aERIPcENcEYvtcN6V2Z+N8gxpZeWXwao=";
cargoHash = "sha256-UXG+JPb9ay9pm9zT+GWCsSt328OrFZ1Nw2i+9sadoig=";

nativeBuildInputs = [
makeWrapper
Expand Down

0 comments on commit f981d6a

Please sign in to comment.