We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82be47a + d31416e commit 8dea34eCopy full SHA for 8dea34e
pkgs/by-name/md/mdbook-alerts/package.nix
@@ -7,7 +7,7 @@
7
CoreServices ? darwin.apple_sdk.frameworks.CoreServices,
8
}:
9
let
10
- version = "0.6.4";
+ version = "0.6.5";
11
in
12
rustPlatform.buildRustPackage {
13
pname = "mdbook-alerts";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
17
owner = "lambdalisue";
18
repo = "rs-mdbook-alerts";
19
rev = "v${version}";
20
- hash = "sha256-bg3X7M2H553tGxH8cEkkT0XK20fWwkp2nTVEgtZ819s=";
+ hash = "sha256-vlp1tjtdbaH1sax3HAN665fspqRheHZzu5u/QjEejHg=";
21
};
22
23
- cargoHash = "sha256-MMhpH3WIAXnjw6xOl2HNfrIFEwjHfVDPquWnFhhZCMU=";
+ cargoHash = "sha256-nzVvktweqrow7P/I8DhDoVJNj1COCeEhx6HLY536hYE=";
24
25
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
26
0 commit comments