luarocks-nix: nix_v3.5.0 -> nix_v3.5.0-1

that changes some rules as how to normalize nix names
This commit is contained in:
Matthieu Coudron 2021-07-28 02:54:42 +02:00
parent 594a143e0e
commit 9a70fbc593

View file

@ -5,7 +5,7 @@ luarocks.overrideAttrs(old: {
src = fetchFromGitHub {
owner = "nix-community";
repo = "luarocks-nix";
rev = "v3.5.0_nix";
sha256 = "sha256-Ea3PVkCaUPO/mvVZtHtD1G9T/Yom28M9oN6duY4ovHk=";
rev = "nix_v3.5.0-1";
sha256 = "sha256-jcgshxAuuc8QizpYL/2K3PKYWiKsnF/8BJAUaryvEvQ=";
};
})