gscreenshot: 3.6.3 -> 3.7.0 (#358527)

This commit is contained in:
Nick Cao 2024-11-24 08:18:14 -05:00 committed by GitHub
commit 1531badaec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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