Merge pull request #293461 from MalteJanz/update/ludtwig/0.8.3

ludtwig: 0.8.2 -> 0.8.3

authored by Mario Rodas and committed by GitHub fef2e7eb dc4dd554

+3 -3
+3 -3
pkgs/by-name/lu/ludtwig/package.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "ludtwig"; 5 - version = "0.8.2"; 5 + version = "0.8.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "MalteJanz"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-nNr0iis+wBd+xKJYQL7OWlQnU1DhKztsPHCq3+tX79w="; 11 + hash = "sha256-nkyi6X9W92yLaSPCg3zk0z/Pwue6dGK09iCDmWliFeg="; 12 12 }; 13 13 14 14 checkType = "debug"; 15 15 16 - cargoHash = "sha256-Utho/foZOPz5K3WrOZjAkxvw7+J0RtbW0xvw/Txu/xk="; 16 + cargoHash = "sha256-CZOdxrQ/50xznc8cfvi+6QFmMpPOS1st+yVPtAkZ3/A="; 17 17 18 18 meta = with lib; { 19 19 description = "Linter / Formatter for Twig template files which respects HTML and your time";