lxqt.screengrab: 2.4.0 -> 2.5.0

This commit is contained in:
José Romildo 2022-11-09 10:11:12 -03:00
parent b441e68894
commit 9805f97297

View file

@ -17,13 +17,13 @@
mkDerivation rec {
pname = "screengrab";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "EWmEbXY2EEUW2Hq7JwLW/KDgQ8KHs4DZzuGgFjNthPQ=";
sha256 = "QEe1vOAeUDOlQfTh5/BvwBv9+v40NsuoMbC77+U6GCA=";
};
nativeBuildInputs = [