about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-23 15:46:55 -0400
committerfigsoda <figsoda@pm.me>2023-03-23 15:46:55 -0400
commit5343a152ef403bc048e4e903d628621a1b11f7c0 (patch)
tree9886ad6d6cf0deb7f1a3b25569f572df5ee9bbc7
parent598cf2090c6f8b88c0518057e791d2b5584dd9b1 (diff)
typeshare: 1.2.0 -> 1.3.0
Diff: https://github.com/1password/typeshare/compare/v1.2.0...v1.3.0

Changelog: https://github.com/1password/typeshare/blob/v1.3.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 7107ca1972106..d8c3b80ad6f52 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.2.0";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "1password";
     repo = "typeshare";
     rev = "v${version}";
-    hash = "sha256-zY1Z2TT1D3mgnnepRih88U+tpPQWWnAtxt5yAVuoBbk=";
+    hash = "sha256-rP5d85/wGNimzOgsNDaX/QHZsGU5HoBAJsrETBKtRF4=";
   };
 
-  cargoHash = "sha256-kMmjuPR5h2sVcnilUVt0SEZYcOEgXzM8fPC6Ljg6+d0=";
+  cargoHash = "sha256-55DBzItGgUs6TroDeOAJPd7Koy4cyUV8SdqxUhKXwrU=";
 
   nativeBuildInputs = [ installShellFiles ];