Unverified Commit d9eafc59 authored by Felix Schröter's avatar Felix Schröter Committed by GitHub
Browse files

protoc-gen-prost-crate: 0.4.1 -> 0.5.0 (#467056)

parents 70c4a95c 2f89db01
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

rustPlatform.buildRustPackage rec {
  pname = "protoc-gen-prost-crate";
  version = "0.4.1";
  version = "0.5.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-9rIFDZbI6XGDsNzFMnMYY4loJxojdz6vnQKAz9eDAyQ=";
    hash = "sha256-FBgvDhlyVAegF5n9U6Tunn+MpXdek4f1xWIS3sJ4soI=";
  };

  cargoHash = "sha256-DjxoORk/DNXQ7ht7L4lxzMfst1i3m/cT7sqn2HoRN9U=";
  cargoHash = "sha256-29sM+d6+yaIsZKyxieHP4Q7mB2HAyWEwuBIgFCF281U=";

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