Commit e66b5580 authored by José Romildo's avatar José Romildo
Browse files

lxqt.lxqt-build-tools: use hash attribute instead of sha256

parent b448e62d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ mkDerivation rec {
    owner = "lxqt";
    repo = pname;
    rev = version;
    sha256 = "4/hVlEdqqqd6CNitCRkIzsS1R941vPJdirIklp4acXA=";
    hash = "sha256-4/hVlEdqqqd6CNitCRkIzsS1R941vPJdirIklp4acXA=";
  };

  postPatch = ''