Skip to content

Commit

Permalink
picom: v12.1 -> v12.2 (#347750)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Oct 10, 2024
2 parents e49f357 + f5bbd2c commit 1017ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pi/picom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "picom";
version = "12.1";
version = "12.2";

src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${finalAttrs.version}";
hash = "sha256-XBFSPSrG6C4n5oQUQbWXyy9iCuEdrdaxU0CPR73juzk=";
hash = "sha256-tT4OIzIX+phbze2+9f3WQN6RuGKlSQ+Ocp4xodvdPC0=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 1017ec5

Please sign in to comment.