licensure: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-08-15 14:18:55 +00:00
parent c46d43c625
commit 3824af8bc4

View file

@ -10,16 +10,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "licensure"; pname = "licensure";
version = "0.4.1"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chasinglogic"; owner = "chasinglogic";
repo = "licensure"; repo = "licensure";
rev = version; rev = version;
hash = "sha256-1ncQjg/loYX9rAGP4FzI0ttd+GMPLkNPlJ6Xzb7umr0="; hash = "sha256-y7pay64bM1FTjjtJg4hGC45BDbyXUBXBLFUDe0q2k0U=";
}; };
cargoHash = "sha256-449p+y7qUcTxBOttyQPt+nRtK+s9HJBoVKGdMQaszLQ="; cargoHash = "sha256-ukNMlz6FnI6otPGiKLphZDEFXujAHb1P5PAt8dgSJ+U=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl git gitls ] buildInputs = [ openssl git gitls ]
++ lib.optionals stdenv.isDarwin [ ++ lib.optionals stdenv.isDarwin [