lxqt.screengrab: 2.8.0 -> 2.9.0

This commit is contained in:
José Romildo 2024-11-06 23:22:17 -03:00
parent 3911a6abec
commit 32dd7af54d

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "screengrab";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-PMe2NyIoc12n4l/oWPi3GL6pemuHyxL2HFBLTIyD690=";
hash = "sha256-V5ulRkckeSX2EsYmhmA9phVssDtix31M5oZXkOgF660=";
};
nativeBuildInputs = [