Skip to content

Commit

Permalink
typeshare: 1.9.0 -> 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 20, 2024
1 parent 65d8de7 commit 713d9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/typeshare/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "typeshare";
version = "1.9.0";
version = "1.9.2";

src = fetchFromGitHub {
owner = "1password";
repo = "typeshare";
rev = "v${version}";
hash = "sha256-20IaTC0fMt6ADSwyQh9yBn3i3z6cmQ1j/wy1KNB3Dog=";
hash = "sha256-ccUeIywOHZYqfo4o0rKKswFmdPcQkwD18OP9v/wkfe0=";
};

cargoHash = "sha256-5jY4GO/EbBokE9p9e68bTKj6nJ0LhtWYHtFGfTIf9Po=";
cargoHash = "sha256-mPA19+8Ti2fluOFn/oDvf62JZTtZNQRggMhf9cem5rU=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 713d9c0

Please sign in to comment.