mdbook-open-on-gh: 2.4.3 -> 3.0.0 (#462986)

This commit is contained in:
dish 2025-11-24 18:48:45 +00:00 committed by GitHub
commit cf708d1c6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-open-on-gh";
version = "2.4.3";
version = "3.0.0";
src = fetchFromGitHub {
owner = "badboy";
repo = "mdbook-open-on-gh";
rev = version;
hash = "sha256-73738Vei7rQ67LQIOrHPGOtsBnHClaXClRWDmA5pP58=";
hash = "sha256-I1n/RJq6mcg+DTocKlYoZi5G7yijsruU8PwICZ2/JMQ=";
};
cargoHash = "sha256-6BR/xXo5pBv7n5beqgY9kEe24o/lZl1sit0uumSEbe8=";
cargoHash = "sha256-jbBwXYUIkrDyf9qC2cL5czbXCM2/JrbBUmKJZb+VEAk=";
meta = with lib; {
description = "mdbook preprocessor to add a open-on-github link on every page";