scrot: 1.7 -> 1.10

This commit is contained in:
Franz Pletz
2023-06-21 15:20:16 +02:00
parent 43be38bd78
commit 44ea75db4a
+4 -2
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
];