Merge pull request #206640 from r-ryantm/auto-update/picom

picom: 10.1 -> 10.2
This commit is contained in:
Thiago Kenji Okada 2022-12-18 10:23:21 +00:00 committed by GitHub
commit 6cb3c79f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};