From 5343a152ef403bc048e4e903d628621a1b11f7c0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 23 Mar 2023 15:46:55 -0400 Subject: [PATCH] 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 --- pkgs/development/tools/rust/typeshare/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/typeshare/default.nix b/pkgs/development/tools/rust/typeshare/default.nix index 7107ca197210..d8c3b80ad6f5 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 ];