Unverified Commit 5593b908 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258057 from figsoda/ttyper

ttyper: 1.2.2 -> 1.3.0
parents e2dbf309 f7cdd3d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ttyper";
  version = "1.2.2";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "max-niederman";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5U6+16gy5s+1zDSxy6rMheZFAbpiya3uxvr21VaHDZQ=";
    hash = "sha256-b6yxl7dCPLWnzsrRKegubtLDLObOnCf7kvZtkobzC1o=";
  };

  cargoHash = "sha256-O5fPV20OSEMv7Yw982ZorhN7y3NTzrprS79n2ID0LwU=";
  cargoHash = "sha256-N+JJV+q/tIMN60x9DdD/i2+9Wp44kzpMb09dsrSceEk=";

  meta = with lib; {
    description = "Terminal-based typing test";