Skip to content

Commit

Permalink
gurk-rs: 0.6.1 -> 0.6.2 (NixOS#383180)
Browse files Browse the repository at this point in the history
Co-authored-by: devhell <devhell@users.noreply.github.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and devhell authored Feb 18, 2025
2 parents ecf4550 + 937fba9 commit 47bcb8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gu/gurk-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "gurk-rs";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "boxdot";
repo = "gurk-rs";
tag = "v${version}";
hash = "sha256-cNKUQlCzhOgyWoitHjRoVdehj8AUEslHBCGxH9nRWF4=";
hash = "sha256-FSnKBSRhnHwjMzC8zGU/AHBuPX44EjMLS+3wHkf6IZw=";
};

postPatch = ''
Expand All @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {

useFetchCargoVendor = true;

cargoHash = "sha256-eh7ZD8ZX1oKiJbJcVtk6pczb6HxNM6md93P/22Qn5u0=";
cargoHash = "sha256-6+AFyQjbtxKHbMhYhfu9pUoz/cWGtl5o+IA6kFO4Zjk=";

nativeBuildInputs = [
protobuf
Expand Down

0 comments on commit 47bcb8d

Please sign in to comment.