about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-04 16:24:06 -0400
committerfigsoda <figsoda@pm.me>2023-05-04 16:24:06 -0400
commit24852fbbb44199739eef95de43816fdbee4089dd (patch)
tree84d0953920c2afedc00dc6c52ff5f7e0c5c9bdd8
parentdf97b079b00860c9485cf7109bbc8767d4caf1fe (diff)
typeshare: 1.5.0 -> 1.5.1
Diff: https://github.com/1password/typeshare/compare/v1.5.0...v1.5.1

Changelog: https://github.com/1password/typeshare/blob/v1.5.1/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 34fba48d8ad41..f21290d0afe92 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.0";
+  version = "1.5.1";
 
   src = fetchFromGitHub {
     owner = "1password";
     repo = "typeshare";
     rev = "v${version}";
-    hash = "sha256-Zmb6GZVtjx/PXOT1vaxKjPObY902pRqttOYExDx5UvI=";
+    hash = "sha256-PjIKxX1xIALyWD8NyDeoIZMMfsS4/w/AweAcYOcsLNs=";
   };
 
-  cargoHash = "sha256-83LAZ7b1j/iBnYmY0oSSWDH0w7WPU1O85X+IBwSe1bs=";
+  cargoHash = "sha256-3vF7bgN2qhzgYIjH1rSfEwOLqR4VR4IQvVtNjwBS6+M=";
 
   nativeBuildInputs = [ installShellFiles ];