Commit d83aab96 authored by Matthieu Coudron's avatar Matthieu Coudron
Browse files

luarocks-nix: unstable-2023-02-26 -> unstable-2023-09-08

parent e8dbe285
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

luarocks.overrideAttrs (old: {
  pname = "luarocks-nix";
  version = "unstable-2023-02-26";
  version = "unstable-2023-10-19";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "luarocks-nix";
    rev = "4cfea3d5d826db4cfbc809ef8bb5f0a9f3a18919";
    sha256 = "sha256-7L8B+/C7Kzt25Ec+OsM2rliYB2/wyZQ3OT63V7AaOxo=";
    rev = "4240b25b95d7165cde66fc2acaf5a0f9ad40fd0c";
    sha256 = "sha256-dqFFYehBgK0RqH0/1GtZXq7XLGCcc3Kfadq8ICYNCWk=";
  };

  patches = [ ];