ajour: 1.0.0 -> 1.1.0

This commit is contained in:
Martin Weinelt 2021-04-24 01:50:09 +02:00
parent 9f3459a8ab
commit d407a38a96
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 3 deletions

View File

@ -34,16 +34,16 @@ let
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "Ajour"; pname = "Ajour";
version = "1.0.0"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "casperstorm"; owner = "casperstorm";
repo = "ajour"; repo = "ajour";
rev = version; rev = version;
sha256 = "sha256-u48U4WGlrSl8T3YF7cjApyjNaUI4YyyHEy0TgJw7r/Y="; sha256 = "1xzsgxkdwdqcr8xs9ajr1ykfjjz95z9k7b7l644yijg31xf1lbq6";
}; };
cargoSha256 = "sha256-Hdid70AB4AKtSsQBsr6K/de4nvI3rvghEWIwM7mpRIA="; cargoSha256 = "02g25wr0f2bjr7zmpll3iicc6i8wk1j9iavagg1vhbpynp6z013x";
nativeBuildInputs = [ nativeBuildInputs = [
autoPatchelfHook autoPatchelfHook