picom: 9 -> 9.1

This commit is contained in:
R. Ryantm 2022-02-14 03:45:58 +00:00
parent abc3f7c003
commit fdb4267874

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "picom";
version = "9";
version = "9.1";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${version}";
sha256 = "sha256-ym4fWOcZFlHkLUQEanC+thQLbPial7ZNzxfCWSlweWg=";
sha256 = "sha256-Fqk6bPAOg4muxmSP+ezpGUNw6xrMWchZACKemeA08mA=";
fetchSubmodules = true;
};