licensure: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-05-30 00:11:18 +00:00
parent 3852c7ab26
commit d4b1420f24

View File

@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "licensure";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "chasinglogic";
repo = "licensure";
rev = version;
hash = "sha256-y72+k3AaR6iT99JJpGs6WZAEyG6CrOZHLqKRj19gLs0=";
hash = "sha256-1ncQjg/loYX9rAGP4FzI0ttd+GMPLkNPlJ6Xzb7umr0=";
};
cargoHash = "sha256-75UNzC+8qjm0A82N63i8YY92wCNQccrS3kIqDlR8pkc=";
cargoHash = "sha256-449p+y7qUcTxBOttyQPt+nRtK+s9HJBoVKGdMQaszLQ=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl git gitls ];