Merge pull request #115681 from r-ryantm/auto-update/tickrs

tickrs: 0.13.1 -> 0.14.1

authored by Mario Rodas and committed by GitHub 2f0c3e01 d5112782

+3 -3
+3 -3
pkgs/applications/misc/tickrs/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "tickrs"; 5 - version = "0.13.1"; 6 7 src = fetchFromGitHub { 8 owner = "tarkah"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-PGJztoGVIjUwx4x42LdpxJQMZH60x6JWY+yTHQgjHWM="; 12 }; 13 14 - cargoSha256 = "sha256-0NNdo28fLoqwKXBQ1fBTKPGE/zE7pnWnIjgCITsaGJc="; 15 16 nativeBuildInputs = [ perl ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "tickrs"; 5 + version = "0.14.1"; 6 7 src = fetchFromGitHub { 8 owner = "tarkah"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-FbbxkAP1RQVYL91mlAw0PcEWUDxgCrCd9QjLPE+bqmo="; 12 }; 13 14 + cargoSha256 = "sha256-94U84/UxHAf5yrCnqpxjwHi/ekFHbFBs9b7pBewKvjw="; 15 16 nativeBuildInputs = [ perl ]; 17