Unverified Commit 38aedd2b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #333686 from r-ryantm/auto-update/lune

lune: 0.8.6 -> 0.8.7
parents f5294afd da9d7623
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "lune";
  version = "0.8.6";
  version = "0.8.7";

  src = fetchFromGitHub {
    owner = "filiptibell";
    repo = "lune";
    rev = "v${version}";
    hash = "sha256-03ckR2FpSlaAZlhjyX3ob+7W5Pq8OLri7jT+XIM7oeQ=";
    hash = "sha256-fWfBXcJq8WBYPu0/VKksbC5q9lKzf0psjBNMlAq/iig=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-xEUq3Cc15bUAXpUoZw8tNQo6tW3/VXeuOtjIW4zrh1Q=";
  cargoHash = "sha256-+T5+rG4mxhAB/67DXQ6y+uK7A1Mbksc2BYaz4yOkLcA=";

  nativeBuildInputs = [
    pkg-config