We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09b1014 + 2b4acfe commit ef317ddCopy full SHA for ef317dd
pkgs/by-name/li/licensure/package.nix
@@ -11,17 +11,17 @@
11
}:
12
rustPlatform.buildRustPackage rec {
13
pname = "licensure";
14
- version = "0.6.0";
+ version = "0.7.1";
15
16
src = fetchFromGitHub {
17
owner = "chasinglogic";
18
repo = "licensure";
19
rev = version;
20
- hash = "sha256-YPdVVHJ/ldILGbg95x7D06chG8Q6a+NnTAimuvBScpE=";
+ hash = "sha256-Zd3Jidw3bC/B9vE3zdxDl3UyQNbtwiVBB2VRzBtt7d8=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-+lZ70D62je+vCExN77LQqNiIqJFUO8FUjyOZbdfbM/c=";
+ cargoHash = "sha256-Rua/o1klNDHdCaRqs1HqyFAq1Gq1XssBhuipVNxwrP4=";
25
nativeBuildInputs = [ pkg-config ];
26
buildInputs =
27
[
0 commit comments