Merge pull request #238988 from fpletz/pkgs/scrot-1.10

scrot: 1.7 -> 1.10
This commit is contained in:
figsoda 2023-06-21 16:49:51 -04:00 committed by GitHub
commit 07e2abd7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,19 +8,20 @@
, libXext
, libXfixes
, libXcomposite
, libXinerama
, pkg-config
, libbsd
}:
stdenv.mkDerivation rec {
pname = "scrot";
version = "1.7";
version = "1.10";
src = fetchFromGitHub {
owner = "resurrecting-open-source-projects";
repo = pname;
rev = version;
sha256 = "sha256-oVmEPkEK1xDcIRUQjCp6CKf+aKnnVe3L7aRTdSsCmmY=";
sha256 = "sha256-ypPUQt3N30qUw5ecVRhwz3Hnh9lTOnbAm7o5tdxjyds=";
};
nativeBuildInputs = [
@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
libXext
libXfixes
libXcomposite
libXinerama
libbsd
];