ajour: 0.7.0 -> 0.7.1

This commit is contained in:
R. RyanTM 2021-02-16 14:12:23 +00:00
parent b8878b950f
commit 17ba6130e8

View File

@ -34,16 +34,16 @@ let
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "Ajour"; pname = "Ajour";
version = "0.7.0"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "casperstorm"; owner = "casperstorm";
repo = "ajour"; repo = "ajour";
rev = version; rev = version;
sha256 = "1lwwj16q24k3d3vaj64zkai4cb15hxp6bzicp004q5az4gbriwih"; sha256 = "sha256-ZN62RIQEokailZRBQUq8nX4Eq/b9GGPmxln8j5KGW+8=";
}; };
cargoSha256 = "17j6v796ahfn07yjj9xd9kygy0sllz93ac4gky8w0hcixdwjp3i5"; cargoSha256 = "sha256-tcC8GfEeHaM7XcAXw56/wdygfGPj4vOgn5sZd0KuGkA=";
nativeBuildInputs = [ nativeBuildInputs = [
autoPatchelfHook autoPatchelfHook