gscreenshot: 3.4.0 -> 3.4.1

https://github.com/thenaterhood/gscreenshot/releases/tag/v3.4.1
This commit is contained in:
davisrichard437 2023-07-17 18:03:06 -04:00
parent 5f8708a41a
commit fc4feb9812

View file

@ -18,13 +18,13 @@
python3Packages.buildPythonApplication rec {
pname = "gscreenshot";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "thenaterhood";
repo = "${pname}";
rev = "v${version}";
sha256 = "YuISiTUReX9IQpckIgbt03CY7klnog/IeOtfBoQ1DZM=";
sha256 = "sLJ+Fk+ePrmJeSllGd30uEQ/uFDl5CIob//1cDLKZHg=";
};
# needed for wrapGAppsHook to function