about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/typeshare
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-12 18:54:48 -0400
committerfigsoda <figsoda@pm.me>2023-05-12 18:54:48 -0400
commit46ebc1212eda70e137cb453ea69b75ba99a69130 (patch)
treedae1a114450ef2373431ed1403aae22af9b842e6 /pkgs/development/tools/rust/typeshare
parenta43950ec7e451c29d2f15dcb6f2fd906dc62e6e6 (diff)
typeshare: 1.5.1 -> 1.6.0
Diff: https://github.com/1password/typeshare/compare/v1.5.1...v1.6.0

Changelog: https://github.com/1password/typeshare/blob/v1.6.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/rust/typeshare')
-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 f21290d0afe92..544c8c75ef9e1 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.5.1";
+  version = "1.6.0";
 
   src = fetchFromGitHub {
     owner = "1password";
     repo = "typeshare";
     rev = "v${version}";
-    hash = "sha256-PjIKxX1xIALyWD8NyDeoIZMMfsS4/w/AweAcYOcsLNs=";
+    hash = "sha256-vKjSpjbjTY9YxJGtqyoat6qI9ipmou+HQt35Dhpgk4E=";
   };
 
-  cargoHash = "sha256-3vF7bgN2qhzgYIjH1rSfEwOLqR4VR4IQvVtNjwBS6+M=";
+  cargoHash = "sha256-dnQttsI6v90TJD8MekaLV63ltl147zBCe3mmfWj6cxs=";
 
   nativeBuildInputs = [ installShellFiles ];