lxqt.screengrab: 2.5.0 -> 2.6.0

This commit is contained in:
José Romildo 2023-04-16 13:53:30 -03:00
parent a4295d62cf
commit 73c9e3a66e

View file

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