From 5904143e8589dc6f0aad6517e0935a185eec6543 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 20 Jan 2025 19:29:48 +0900 Subject: [PATCH] gurk-rs: 0.6.0 -> 0.6.1 Changelog: https://github.com/boxdot/gurk-rs/blob/v0.6.1/CHANGELOG.md?plain=1#L3-L8 Diff: https://github.com/boxdot/gurk-rs/compare/v0.6.0...v0.6.1 --- pkgs/by-name/gu/gurk-rs/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gu/gurk-rs/package.nix b/pkgs/by-name/gu/gurk-rs/package.nix index 0fda74becec4..172490f3a449 100644 --- a/pkgs/by-name/gu/gurk-rs/package.nix +++ b/pkgs/by-name/gu/gurk-rs/package.nix @@ -18,13 +18,13 @@ let in rustPlatform.buildRustPackage rec { pname = "gurk-rs"; - version = "0.6.0"; + version = "0.6.1"; src = fetchFromGitHub { owner = "boxdot"; repo = "gurk-rs"; tag = "v${version}"; - hash = "sha256-FPbEtk2A7qs/85VsmfV1uPsVZ7V5WKhMKeWrzUt5L4w="; + hash = "sha256-cNKUQlCzhOgyWoitHjRoVdehj8AUEslHBCGxH9nRWF4="; }; postPatch = '' @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; - cargoHash = "sha256-yLZKat6NNZkbyTpAVpOvDAbbNajh4Vaebc7fmK0I3Mc="; + cargoHash = "sha256-eh7ZD8ZX1oKiJbJcVtk6pczb6HxNM6md93P/22Qn5u0="; nativeBuildInputs = [ protobuf