Commit bc4f6fa5 authored by Matthieu C.'s avatar Matthieu C.
Browse files

luarocks-nix: bumped to avoid systematically fetching submodules

parent a4d95408
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

luarocks.overrideAttrs (old: {
  pname = "luarocks-nix";
  version = "unstable-2023-10-19";
  version = "nix_v3.5.0-1-unstable-2024-04-28";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "luarocks-nix";
    rev = "4240b25b95d7165cde66fc2acaf5a0f9ad40fd0c";
    sha256 = "sha256-dqFFYehBgK0RqH0/1GtZXq7XLGCcc3Kfadq8ICYNCWk=";
    rev = "a473a8f479711682f5b97a72362736d96efd463b";
    sha256 = "sha256-hsjv+jlLsoIDM4gB/0mFeoVu1YZ1I9ELDALLTEnlCF0=";
  };

  propagatedBuildInputs = old.propagatedBuildInputs ++ [