Merge pull request #311387 from r-ryantm/auto-update/mdbook-open-on-gh

mdbook-open-on-gh: 2.4.2 -> 2.4.3
This commit is contained in:
Matthias Beyer 2024-05-13 17:56:36 +02:00 committed by GitHub
commit aff60c72b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-open-on-gh";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "badboy";
repo = pname;
rev = version;
hash = "sha256-ZExmOHvQApGZaepOuf3yXYe8NV3FpMtCqCR1KE6q4no=";
hash = "sha256-73738Vei7rQ67LQIOrHPGOtsBnHClaXClRWDmA5pP58=";
};
cargoHash = "sha256-WLCcYgkrH5fZvv3LZNEolBQUcTZC2URs6bIgzf4BtWU=";
cargoHash = "sha256-TQBjgQaoI88xGdhkffNWRH6aZ99WWbkkpiPu4LqBD3g=";
meta = with lib; {
description = "mdbook preprocessor to add a open-on-github link on every page";