summary refs log tree commit diff
path: root/pkgs/applications/misc/tickrs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-18 17:23:05 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-18 17:23:05 +0000
commit2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8 (patch)
treee7a6c55e2e51f77e832cea0458eea6ca88bfb8dc /pkgs/applications/misc/tickrs
parentafcea016141370a8ba1e398f613cb42988a11b17 (diff)
downloadnixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.tar
nixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.tar.gz
nixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.tar.bz2
nixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.tar.lz
nixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.tar.xz
nixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.tar.zst
nixpkgs-2869d087ebe0d1bf0f1c2aa5cd9172644fac08e8.zip
tickrs: 0.11.0 -> 0.12.0
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 b9fd02650a6..1215a7b9a48 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.11.0";
+  version = "0.12.0";
 
   src = fetchFromGitHub {
     owner = "tarkah";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Hx/9WW94rDAjlSZoUz5/43MQ6830OELLogRvHTbmWv0=";
+    sha256 = "sha256-F9PyJ2uvnKPcjHS4VeuVJuK48HiqqCG8kFzphGW4QyA=";
   };
 
-  cargoSha256 = "sha256-TYDNx1TNGcREaeHXaejTeMDEITTTUrHCrExZYa+MSHg=";
+  cargoSha256 = "sha256-0JSsCtAsqukFuwtbVS1L2jgLNBjquFBInjsJ1XVocjc=";
 
   nativeBuildInputs = [ perl ];