Skip to content

Commit

Permalink
erg: 0.6.48 -> 0.6.50 (#369174)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents e818290 + e94266b commit 1fa3b39
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.48";
version = "0.6.50";

src = fetchFromGitHub {
owner = "erg-lang";
repo = "erg";
rev = "v${version}";
hash = "sha256-Vf4/7l0W3mSdwMV4pTdp6nDkgSoJKR0fe46jx9sb8LY=";
hash = "sha256-w41HLMWbWYsK+gCFhCCzu5QfHHU5jqNVcKBUvHnvpX4=";
};

cargoHash = "sha256-AOR9LI4V1ajmKdiXmwBWJSG1W+GvGypbm12x7hHAqKM=";
cargoHash = "sha256-zTmU4d1B+T3aERIPcENcEYvtcN6V2Z+N8gxpZeWXwao=";

nativeBuildInputs = [
makeWrapper
Expand Down

0 comments on commit 1fa3b39

Please sign in to comment.