cinnamon.pix: 2.8.7 -> 2.8.8

https://github.com/linuxmint/pix/compare/2.8.7...2.8.8
This commit is contained in:
Bobby Rong 2022-11-22 09:04:55 +08:00
parent d2f95e9cfd
commit 02c5143f60
No known key found for this signature in database

View File

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