From b02291c84fd048caaf9c778f8468a1a9fecf099c Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 30 Mar 2023 17:26:50 -0400 Subject: [PATCH] typeshare: 1.3.0 -> 1.4.0 Diff: https://github.com/1password/typeshare/compare/v1.3.0...v1.4.0 Changelog: https://github.com/1password/typeshare/blob/v1.4.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 d8c3b80ad6f5..0f10859ae866 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.3.0"; + version = "1.4.0"; src = fetchFromGitHub { owner = "1password"; repo = "typeshare"; rev = "v${version}"; - hash = "sha256-rP5d85/wGNimzOgsNDaX/QHZsGU5HoBAJsrETBKtRF4="; + hash = "sha256-TGs7Czq13ghifKUhoz+n9I4UlOrzQosWTwBqBWv572E="; }; - cargoHash = "sha256-55DBzItGgUs6TroDeOAJPd7Koy4cyUV8SdqxUhKXwrU="; + cargoHash = "sha256-hF+1v9bHioKQixg0C46ligLy/ibU+iI/H85g4wQhne4="; nativeBuildInputs = [ installShellFiles ];