Skip to content

Commit 2b4acfe

Browse files
r-ryantmwegank
authored andcommitted
licensure: 0.6.0 -> 0.7.1
1 parent 2234999 commit 2b4acfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/licensure/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
}:
1212
rustPlatform.buildRustPackage rec {
1313
pname = "licensure";
14-
version = "0.6.0";
14+
version = "0.7.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "chasinglogic";
1818
repo = "licensure";
1919
rev = version;
20-
hash = "sha256-YPdVVHJ/ldILGbg95x7D06chG8Q6a+NnTAimuvBScpE=";
20+
hash = "sha256-Zd3Jidw3bC/B9vE3zdxDl3UyQNbtwiVBB2VRzBtt7d8=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-+lZ70D62je+vCExN77LQqNiIqJFUO8FUjyOZbdfbM/c=";
24+
cargoHash = "sha256-Rua/o1klNDHdCaRqs1HqyFAq1Gq1XssBhuipVNxwrP4=";
2525
nativeBuildInputs = [ pkg-config ];
2626
buildInputs =
2727
[

0 commit comments

Comments
 (0)