Unverified Commit 7d66d860 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260468 from figsoda/erg

erg: 0.6.21 -> 0.6.22
parents fe9c4c47 cf08ebd4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "erg";
  version = "0.6.21";
  version = "0.6.22";

  src = fetchFromGitHub {
    owner = "erg-lang";
    repo = "erg";
    rev = "v${version}";
    hash = "sha256-NS9LpnCAYmninAcliwdEXPSYqqQZ8impaaK2eceoi3k=";
    hash = "sha256-dUGwSNN6eAMXIaIn3/xQxZAcyH1tTOrj4oRMkkI1KXU=";
  };

  cargoHash = "sha256-JJPbArXb3Hmf7bDRlYM0ZOnaolYnDtc41EFazFtApWc=";
  cargoHash = "sha256-TLEFy4r+CA8XcPYw5cX7qCIRrj/8q9Z1YOnkAKpjwug=";

  nativeBuildInputs = [
    makeWrapper