cinnamon.pix: 2.8.4 -> 2.8.7

This commit is contained in:
Bobby Rong 2022-07-17 22:58:19 +08:00
parent 47dd5d8707
commit 68ea68692a
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "2.8.4";
version = "2.8.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-yB8nLGvJZOViD+i4IkKN0yCDl5wRCvEbjzPDs7ZRMNA=";
sha256 = "sha256-aID0jxOMFegkcAflTY0VevZyN1HFivkTFi3has8MOY0=";
};
nativeBuildInputs = [