cinnamon.pix: 2.8.4 -> 2.8.7

This commit is contained in:
Bobby Rong
2022-07-30 19:51:13 +08:00
parent 47dd5d8707
commit 68ea68692a
+2 -2
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 = [