gscreenshot: 3.6.3 -> 3.7.0

This commit is contained in:
R. Ryantm 2024-11-23 18:08:09 +00:00
parent 04f0c72e59
commit d8b67f6e05

View File

@ -18,13 +18,13 @@
python3Packages.buildPythonApplication rec {
pname = "gscreenshot";
version = "3.6.3";
version = "3.7.0";
src = fetchFromGitHub {
owner = "thenaterhood";
repo = "${pname}";
rev = "refs/tags/v${version}";
sha256 = "sha256-fpxKhgLpXbuUhALzF6n4v3FLcLaqbqLLxwQJE/wJrAY=";
sha256 = "sha256-2HEpuxj1HP2nkA31uZoys1svorPD1U2oprbAs+cUNH4=";
};
# needed for wrapGAppsHook3 to function