Skip to content

Commit

Permalink
tickrs: 0.14.3 -> 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tomberek committed Mar 20, 2021
1 parent 0f53fe2 commit 4937dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/tickrs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "tickrs";
version = "0.14.3";
version = "0.14.4";

src = fetchFromGitHub {
owner = "tarkah";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mHMBhYI9pJkuK/6tCg1fXPjTfGFe0gkMzplesuFvl5M=";
sha256 = "sha256-OOsBo+NCfn++2XyfQVoeEPcbSv645Ng7g9s4W7X2xg4=";
};

cargoSha256 = "sha256-XmLobbVTYO8dA8YVtI/ntlD1RB9sO3poP6NBdDOPIlE=";
cargoSha256 = "sha256-PW8f4PZGctHd8YBBRvmueR8UgtyDQZpqf2lTU1t68iM=";

nativeBuildInputs = [ perl ];

Expand Down

0 comments on commit 4937dd3

Please sign in to comment.