Unverified Commit 012d730a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

picom-pijulius: 8.2-unstable-2024-07-01 -> 8.2-unstable-2024-08-30 (#338912)

parents 0ed7df47 2edb4472
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -4,20 +4,22 @@
  writeShellScript,
  fetchFromGitHub,
  pcre,
  asciidoctor,
  unstableGitUpdater
}:
picom.overrideAttrs (previousAttrs: {
  pname = "picom-pijulius";
  version = "8.2-unstable-2024-07-01";
  version = "8.2-unstable-2024-08-30";

  src = fetchFromGitHub {
    owner = "pijulius";
    repo = "picom";
    rev = "b8fe9323e7606709d692976a7fe7d2455b328bc6";
    hash = "sha256-bXeoWg1ZukXv+6ZNeRc8gGNsbtBztyW5lpfK0lQK+DE=";
    rev = "404652dfca5d6708e3a03e78b7e467550a4f7b62";
    hash = "sha256-VJLMnQpW24OXlCmLoAAkyNMtplzS+NKpUJzLHklkizU=";
  };

  buildInputs = (previousAttrs.buildInputs or [ ]) ++ [ pcre ];
  nativeBuildInputs = (previousAttrs.nativeBuildInputs or [ ]) ++ [ asciidoctor ];

  meta = {
    inherit (previousAttrs.meta)