unbook: 0.8.2 -> 0.9.1

https://github.com/ludios/unbook/compare/0.8.2...0.9.1
This commit is contained in:
Jared Baur 2024-09-13 21:12:28 -07:00
parent 12ab22bbb2
commit 3c5896e3bf
No known key found for this signature in database

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "unbook";
version = "0.8.2";
version = "0.9.1";
src = fetchFromGitHub {
owner = "ludios";
repo = "unbook";
rev = version;
hash = "sha256-THCPJ4zOKSXKZDa5DuqpBfBKZ96TdFEuDMVw/HmO7Eo=";
hash = "sha256-whWWh/jQ4RkGA3T1VCmt6zhpQQCzh2jASYg69IlfEeo=";
};
cargoHash = "sha256-EbSayNz9cPmMDQOaOiyQAYmtlnb+4jzbffm1On0BBxI=";
cargoHash = "sha256-whmp4ST89TZuxQe9fnkW98A9t3rwpTdQCej49ZsDanE=";
nativeBuildInputs = [ makeWrapper ];