gscreenshot: 3.9.2 -> 3.10.0 (#448663)

This commit is contained in:
Nick Cao
2025-10-05 15:23:50 +00:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
python3Packages.buildPythonApplication rec {
pname = "gscreenshot";
version = "3.9.2";
version = "3.10.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "thenaterhood";
repo = "gscreenshot";
tag = "v${version}";
sha256 = "sha256-u60wxtWE7VaAE/xKlcY9vE7Chs5TPd0BTe5zy1D7ZAQ=";
sha256 = "sha256-y5G2eJ5G6FpH01n1/YTcjPh6u58N0nJO6gcC9yEr+84=";
};
# needed for wrapGAppsHook3 to function