From c7a5d52b3e417ab67a0c863bcbb44eb188ba8560 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 25 Dec 2024 01:00:24 +0900 Subject: [PATCH] gurk-rs: 0.5.2 -> 0.6.0 Changelog: https://github.com/boxdot/gurk-rs/blob/v0.6.0/CHANGELOG.md?plain=1#L3-L28 --- .../networking/instant-messengers/gurk-rs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/gurk-rs/default.nix b/pkgs/applications/networking/instant-messengers/gurk-rs/default.nix index 26c351da1f5a..22f5345db851 100644 --- a/pkgs/applications/networking/instant-messengers/gurk-rs/default.nix +++ b/pkgs/applications/networking/instant-messengers/gurk-rs/default.nix @@ -15,13 +15,13 @@ rustPlatform.buildRustPackage rec { pname = "gurk-rs"; - version = "0.5.2"; + version = "0.6.0"; src = fetchFromGitHub { owner = "boxdot"; repo = "gurk-rs"; rev = "refs/tags/v${version}"; - hash = "sha256-ZVpI60pZZCLRnKdC80P8f63gE0+Vi1lelhyFPAhpHyU="; + hash = "sha256-FPbEtk2A7qs/85VsmfV1uPsVZ7V5WKhMKeWrzUt5L4w="; }; postPatch = '' @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; - cargoHash = "sha256-jTZ2wJPXj3nU7GVTfne64eSra+JuKhNryCtRZMKOE44="; + cargoHash = "sha256-yLZKat6NNZkbyTpAVpOvDAbbNajh4Vaebc7fmK0I3Mc="; nativeBuildInputs = [ protobuf