about summary refs log tree commit diff
path: root/pkgs/applications/misc/tickrs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-17 22:34:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-17 22:34:06 +0000
commit2ea963c93075f25ea9cdfd16de476b84c33e2f70 (patch)
tree17f380ce99d949a7e747b262c098b8ad1c8e1dbb /pkgs/applications/misc/tickrs
parentfa50d40a72b24c088ab460b61eb20f28b72ba2e0 (diff)
tickrs: 0.14.4 -> 0.14.6
Diffstat (limited to 'pkgs/applications/misc/tickrs')
-rw-r--r--pkgs/applications/misc/tickrs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/tickrs/default.nix b/pkgs/applications/misc/tickrs/default.nix
index e6476cb422125..68dc30c900808 100644
--- a/pkgs/applications/misc/tickrs/default.nix
+++ b/pkgs/applications/misc/tickrs/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tickrs";
-  version = "0.14.4";
+  version = "0.14.6";
 
   src = fetchFromGitHub {
     owner = "tarkah";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-OOsBo+NCfn++2XyfQVoeEPcbSv645Ng7g9s4W7X2xg4=";
+    sha256 = "sha256-tsPCx/4ap2udfZHRK5ebxRYEBYw2W6EgnDI6P3riV04=";
   };
 
-  cargoSha256 = "sha256-HAkJKqoz4vrY4mGFSz6sylV6DdrjWvPfwb4BiLWEyKY=";
+  cargoSha256 = "sha256-xpUI8IflLqBrwsU5YccGzQlPUJT46GJa5AdsIv9qfjU=";
 
   nativeBuildInputs = [ perl ];