Commit 12a71eb6 authored by R. RyanTM's avatar R. RyanTM
Browse files

ludtwig: 0.11.0 -> 0.12.0

parent 52af8769
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ludtwig";
  version = "0.11.0";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "MalteJanz";
    repo = "ludtwig";
    rev = "v${finalAttrs.version}";
    hash = "sha256-V0T+yinjTVkAXA604bfEGDzpCd0saNt5S71XFaFqdxg=";
    hash = "sha256-zRroSPI41PU1sPwvKALWkydGWYJrz5uDJ94uimsCNys=";
  };

  checkType = "debug";

  cargoHash = "sha256-qR7V7fvWsDsLDRwfvM5UV7iKLGxE722eXvYrZTBtGpQ=";
  cargoHash = "sha256-cGxstBXNwyzQRNfedTbbO8Qf9C7VlMf2asz7VgQfZaA=";

  meta = {
    description = "Linter / Formatter for Twig template files which respects HTML and your time";