Commit 2b4acfe8 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

licensure: 0.6.0 -> 0.7.1

parent 22349999
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "licensure";
  version = "0.6.0";
  version = "0.7.1";

  src = fetchFromGitHub {
    owner = "chasinglogic";
    repo = "licensure";
    rev = version;
    hash = "sha256-YPdVVHJ/ldILGbg95x7D06chG8Q6a+NnTAimuvBScpE=";
    hash = "sha256-Zd3Jidw3bC/B9vE3zdxDl3UyQNbtwiVBB2VRzBtt7d8=";
  };

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