Commit 3166d3d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

picom: 10.1 -> 10.2

parent 9ed4897b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "picom";
  version = "10.1";
  version = "10.2";

  src = fetchFromGitHub {
    owner = "yshui";
    repo = "picom";
    rev = "v${version}";
    hash = "sha256-EYNLLAz7CkbVGv2XMT+73RR58HzxG+Gy7b5x1qahAgo=";
    hash = "sha256-C+icJXTkE+XMaU7N6JupsP8xhmRVggX9hY1P7za0pO0=";
    fetchSubmodules = true;
  };