about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-13 15:00:00 -0400
committerfigsoda <figsoda@pm.me>2023-04-13 15:00:00 -0400
commit473a32c14ebd460d8999445b340b17f5cb4ff3f1 (patch)
treef76548da77dc4f9603d7d4e753b45aa197ce9f5c
parent929a328dd92f8ffb5aa11469ad7001bc0ebb534d (diff)
typeshare: 1.4.0 -> 1.5.0
Diff: https://github.com/1password/typeshare/compare/v1.4.0...v1.5.0

Changelog: https://github.com/1password/typeshare/blob/v1.5.0/CHANGELOG.md
-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 0f10859ae8663..34fba48d8ad41 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.4.0";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "1password";
     repo = "typeshare";
     rev = "v${version}";
-    hash = "sha256-TGs7Czq13ghifKUhoz+n9I4UlOrzQosWTwBqBWv572E=";
+    hash = "sha256-Zmb6GZVtjx/PXOT1vaxKjPObY902pRqttOYExDx5UvI=";
   };
 
-  cargoHash = "sha256-hF+1v9bHioKQixg0C46ligLy/ibU+iI/H85g4wQhne4=";
+  cargoHash = "sha256-83LAZ7b1j/iBnYmY0oSSWDH0w7WPU1O85X+IBwSe1bs=";
 
   nativeBuildInputs = [ installShellFiles ];