nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

luarocks-nix: unstable-2022-10-12 -> unstable-2023-02-26

generates slightly better derivations

+3 -3
+3 -3
pkgs/development/tools/misc/luarocks/luarocks-nix.nix
··· 2 2 3 3 luarocks.overrideAttrs (old: { 4 4 pname = "luarocks-nix"; 5 - version = "unstable-2022-10-12"; 5 + version = "unstable-2023-02-26"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nix-community"; 9 9 repo = "luarocks-nix"; 10 - rev = "7b3cc90ebf07813ed511f530cc50d602e9502001"; 11 - sha256 = "sha256-zN+8BzUkKUQU/6BWg1kcsL3XV9qehnwm1L4vRKOejPs="; 10 + rev = "4cfea3d5d826db4cfbc809ef8bb5f0a9f3a18919"; 11 + sha256 = "sha256-7L8B+/C7Kzt25Ec+OsM2rliYB2/wyZQ3OT63V7AaOxo="; 12 12 }; 13 13 14 14 patches = [ ];