Commit 0d43dbd3 authored by Johannes Klein's avatar Johannes Klein
Browse files

protoc-gen-tonic: 0.4.0 -> 0.4.1

parent 0e2d5f77
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

rustPlatform.buildRustPackage rec {
  pname = "protoc-gen-tonic";
  version = "0.4.0";
  version = "0.4.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-3qz1ea9lEsZjhWNA0lcwqsPkNmjj2ZBljqNRr5/2lKM=";
    hash = "sha256-H7YQ8y6YA8kjR9bhHfBOYu0OEFc8ezqXkqC6jGScs3s=";
  };

  cargoHash = "sha256-nUsRoDaP+omZdOTnaxvHbJT1uNGtyfgXyEFZbp/CeYA=";
  cargoHash = "sha256-eYX3w/rSi/kuH6gyWCWT4on7pKedPKnl9pht1jXNwpg=";

  passthru.updateScript = nix-update-script { };