unbook: 0.7.3 -> 0.8.2

Diff: https://github.com/ludios/unbook/compare/0.7.3..0.8.2
This commit is contained in:
Jared Baur 2024-01-13 19:21:32 -08:00
parent 2a9f683305
commit 8365f0e743
No known key found for this signature in database

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "unbook";
version = "0.7.3";
version = "0.8.2";
src = fetchFromGitHub {
owner = "ludios";
repo = "unbook";
rev = version;
hash = "sha256-KYnSIT/zIrbDFRWIaQRto0sPPmpJC8V7f00j4t/AsGQ=";
hash = "sha256-THCPJ4zOKSXKZDa5DuqpBfBKZ96TdFEuDMVw/HmO7Eo=";
};
cargoHash = "sha256-AjyeTFgjl3XLplo8w9jne5FyKd2EciwbAKKiaDshpcA=";
cargoHash = "sha256-EbSayNz9cPmMDQOaOiyQAYmtlnb+4jzbffm1On0BBxI=";
nativeBuildInputs = [ makeWrapper ];