about summary refs log tree commit diff
path: root/pkgs/applications/misc/tickrs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-25 13:18:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-25 13:18:59 +0000
commit74217b6a867dae1646ced0601b266fe8131246d9 (patch)
treeb632a7a3f81bcc7eaa2beba12dcb3ebcc4876ff7 /pkgs/applications/misc/tickrs
parent21299ca8397f76dc06b8cc19efd9cbd1e00d2e01 (diff)
tickrs: 0.14.6 -> 0.14.8
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 68dc30c900808..12efc5348799d 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.6";
+  version = "0.14.8";
 
   src = fetchFromGitHub {
     owner = "tarkah";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-tsPCx/4ap2udfZHRK5ebxRYEBYw2W6EgnDI6P3riV04=";
+    sha256 = "sha256-8q/dL1Pv25TkL7PESybgIu+0lR0cr6qrK6ItE/r9pbI=";
   };
 
-  cargoSha256 = "sha256-xpUI8IflLqBrwsU5YccGzQlPUJT46GJa5AdsIv9qfjU=";
+  cargoHash = "sha256-fOYxOiVpgflwIz9Z6ePhQKDa7DX4D/ZCnPOwq9vWOSk=";
 
   nativeBuildInputs = [ perl ];