Skip to content

Commit 0af7aa2

Browse files
authored
picom: 12.3 -> 12.4 (#355250)
2 parents 9880ca7 + 171c845 commit 0af7aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pi/picom/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
stdenv.mkDerivation (finalAttrs: {
3535
pname = "picom";
36-
version = "12.3";
36+
version = "12.4";
3737

3838
src = fetchFromGitHub {
3939
owner = "yshui";
4040
repo = "picom";
4141
rev = "v${finalAttrs.version}";
42-
hash = "sha256-FwjMlHP8xNJikkPpz+8BORrqqKYvRpkqm9GbExCoLAU=";
42+
hash = "sha256-5kScnKUHck86fsYrraeV2O2r6fsVFllRMp4GeNT627A=";
4343
fetchSubmodules = true;
4444
};
4545

0 commit comments

Comments
 (0)