cinnamon.pix: 3.2.1 -> 3.2.2

https://github.com/linuxmint/pix/compare/3.2.1...3.2.2
This commit is contained in:
Bobby Rong 2024-01-05 21:12:33 +08:00
parent 5eb7670db8
commit 82d26ba26e
No known key found for this signature in database

View File

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-ufm8f0mR35fGFOAL89MH6z88n3ZHG0IcQzIFrUjSQ1c=";
sha256 = "sha256-tRndJjUw/k5mJPFTBMfW88Mvp2wZtC3RUzyS8bBO1jc=";
};
nativeBuildInputs = [