Unverified Commit f275c868 authored by Icy-Thought's avatar Icy-Thought
Browse files

picom: v11.2 -> v12

parent 247cebfe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ asciidoc
{ asciidoctor
, dbus
, docbook_xml_dtd_45
, docbook_xsl
@@ -33,20 +33,20 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "picom";
  version = "11.2";
  version = "12";

  src = fetchFromGitHub {
    owner = "yshui";
    repo = "picom";
    rev = "v${finalAttrs.version}";
    hash = "sha256-7ohtI890CutwprPEY5njqWou0fD6T9eu51EBSQ2/lWs=";
    hash = "sha256-7XpZEYQtjsBAcMMEJXlfSaZ1jdDxDBnzkSAtTbW7Br4=";
    fetchSubmodules = true;
  };

  strictDeps = true;

  nativeBuildInputs = [
    asciidoc
    asciidoctor
    docbook_xml_dtd_45
    docbook_xsl
    makeWrapper