picom: 10 -> 10.1

This commit is contained in:
Icy-Thought 2022-11-27 01:20:34 +01:00
parent 9e6b054555
commit 5193b8781e
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "picom";
version = "10";
version = "10.1";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${version}";
sha256 = "sha256-ACQBgAYtJ4OOQIismNYJB3z426GmlyUtXXbH06eRsgg=";
hash = "sha256-EYNLLAz7CkbVGv2XMT+73RR58HzxG+Gy7b5x1qahAgo=";
fetchSubmodules = true;
};