about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-11 22:03:37 -0500
committerGitHub <noreply@github.com>2023-08-11 22:03:37 -0500
commit8ea93b8c80adc7d9ced5b995905515c07ef6332f (patch)
treefcc2ef823fc85be43b5424a95a800aac27d444fa /pkgs/development
parent5be627c9b31368c53ce7e5c7c7422c065e24dcb7 (diff)
parent0d237f7011002e40313febabeea9d99cf3038bc8 (diff)
Merge pull request #248608 from figsoda/typershare
typeshare: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/rust/typeshare/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/typeshare/default.nix b/pkgs/development/tools/rust/typeshare/default.nix
index 544c8c75ef9e1..4f5eb0a5a6ecb 100644
--- a/pkgs/development/tools/rust/typeshare/default.nix
+++ b/pkgs/development/tools/rust/typeshare/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "typeshare";
-  version = "1.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "1password";
     repo = "typeshare";
     rev = "v${version}";
-    hash = "sha256-vKjSpjbjTY9YxJGtqyoat6qI9ipmou+HQt35Dhpgk4E=";
+    hash = "sha256-Ftr0YMrY6tPpfg25swYntBXLWGKT00PEz79aOiSgLsU=";
   };
 
-  cargoHash = "sha256-dnQttsI6v90TJD8MekaLV63ltl147zBCe3mmfWj6cxs=";
+  cargoHash = "sha256-VIPIFdbyPcflqHHLkzpDugmw9+9CJRIv+Oy7PoaUZ5g=";
 
   nativeBuildInputs = [ installShellFiles ];