Merge pull request #153160 from r-ryantm/auto-update/pix

authored by Maciej Krüger and committed by GitHub 909d72ba c71e8a58

+2 -2
+2 -2
pkgs/desktops/cinnamon/pix/default.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "pix"; 32 - version = "2.8.0"; 32 + version = "2.8.4"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "linuxmint"; 36 36 repo = pname; 37 37 rev = version; 38 - sha256 = "sha256-m508pkbiSVuIaEx7EznOd5QTkpM66TBbpM5HRkjKRQA="; 38 + sha256 = "sha256-yB8nLGvJZOViD+i4IkKN0yCDl5wRCvEbjzPDs7ZRMNA="; 39 39 }; 40 40 41 41 nativeBuildInputs = [