Skip to content

Commit

Permalink
Merge pull request #201535 from r-ryantm/auto-update/picom
Browse files Browse the repository at this point in the history
picom: 9.1 -> 10
  • Loading branch information
thiagokokada authored Nov 16, 2022
2 parents ddceef0 + 2fcfc5f commit efa60e1
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 rec {
pname = "picom";
version = "9.1";
version = "10";

src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${version}";
sha256 = "sha256-Fqk6bPAOg4muxmSP+ezpGUNw6xrMWchZACKemeA08mA=";
sha256 = "sha256-ACQBgAYtJ4OOQIismNYJB3z426GmlyUtXXbH06eRsgg=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit efa60e1

Please sign in to comment.