cinnamon.pix: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm 2024-06-19 12:58:47 +00:00 committed by Bobby Rong
parent 23363112ca
commit ba19c96d14

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-XXt5tq+Zfm6fqorsFAWV3guii6gTK5JRgw26GkNkoos=";
sha256 = "sha256-QkgjUzoBOXE3mxXy/Lq3YkHq7f9oE97FeP7PHIBDHvc=";
};
nativeBuildInputs = [