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

picom: 9 -> 9.1
This commit is contained in:
Thiago Kenji Okada
2022-02-16 14:06:25 +00:00
committed by GitHub
@@ -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;
};