Skip to content

Commit

Permalink
Merge pull request NixOS#284599 from gepbird/picom-11-1
Browse files Browse the repository at this point in the history
picom: 11 -> 11.1
  • Loading branch information
thiagokokada authored Jan 29, 2024
2 parents b969f90 + 70e500d commit 6c4a1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/picom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "picom";
version = "11";
version = "11.1";

src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${finalAttrs.version}";
hash = "sha256-KIblpEEW33ZxxTYuQ/lbUGEJcVdmSWdNOrVCvhOY/OU=";
hash = "sha256-vdR3HzBZxtth3zJD3vMSlrnBTbopidw7FGKOk69S0R0=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 6c4a1e1

Please sign in to comment.