From 46ebc1212eda70e137cb453ea69b75ba99a69130 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 12 May 2023 18:54:48 -0400 Subject: typeshare: 1.5.1 -> 1.6.0 Diff: https://github.com/1password/typeshare/compare/v1.5.1...v1.6.0 Changelog: https://github.com/1password/typeshare/blob/v1.6.0/CHANGELOG.md --- pkgs/development/tools/rust/typeshare/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/tools/rust/typeshare') diff --git a/pkgs/development/tools/rust/typeshare/default.nix b/pkgs/development/tools/rust/typeshare/default.nix index f21290d0afe92..544c8c75ef9e1 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.1"; + version = "1.6.0"; src = fetchFromGitHub { owner = "1password"; repo = "typeshare"; rev = "v${version}"; - hash = "sha256-PjIKxX1xIALyWD8NyDeoIZMMfsS4/w/AweAcYOcsLNs="; + hash = "sha256-vKjSpjbjTY9YxJGtqyoat6qI9ipmou+HQt35Dhpgk4E="; }; - cargoHash = "sha256-3vF7bgN2qhzgYIjH1rSfEwOLqR4VR4IQvVtNjwBS6+M="; + cargoHash = "sha256-dnQttsI6v90TJD8MekaLV63ltl147zBCe3mmfWj6cxs="; nativeBuildInputs = [ installShellFiles ]; -- cgit 1.4.1