mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
Merge pull request #238988 from fpletz/pkgs/scrot-1.10
scrot: 1.7 -> 1.10
This commit is contained in:
commit
07e2abd7e5
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user