ajour: 0.6.3 -> 0.7.0

This commit is contained in:
Martin Weinelt 2021-02-02 17:27:52 +01:00
parent c63f0ffed8
commit 06309fa1c4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -34,16 +34,16 @@ let
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "Ajour"; pname = "Ajour";
version = "0.6.3"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "casperstorm"; owner = "casperstorm";
repo = "ajour"; repo = "ajour";
rev = version; rev = version;
sha256 = "080759j18pws5c8bmqn1bwvmlaq8k01kzj7bnwncwinl5j35mi2j"; sha256 = "1lwwj16q24k3d3vaj64zkai4cb15hxp6bzicp004q5az4gbriwih";
}; };
cargoSha256 = "1614lln5zh2j2np68pllwcqmywvzzmkj71b158fw2d98ijbi9lmw"; cargoSha256 = "17j6v796ahfn07yjj9xd9kygy0sllz93ac4gky8w0hcixdwjp3i5";
nativeBuildInputs = [ nativeBuildInputs = [
autoPatchelfHook autoPatchelfHook