Unverified Commit 47bcb8da authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

gurk-rs: 0.6.1 -> 0.6.2 (#383180)

parents ecf4550a 937fba9c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {

  useFetchCargoVendor = true;

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

  nativeBuildInputs = [
    protobuf