mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
skippy-xd: 0.7.2 -> 0.8.0
This commit is contained in:
parent
4b012654a9
commit
f7f73482d1
@ -1,25 +1,26 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, xorgproto
|
||||
, libX11
|
||||
, libXft
|
||||
, libXcomposite
|
||||
, libXdamage
|
||||
, libXext
|
||||
, libXinerama
|
||||
, libjpeg
|
||||
, giflib
|
||||
, pkg-config
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
xorgproto,
|
||||
libX11,
|
||||
libXft,
|
||||
libXcomposite,
|
||||
libXdamage,
|
||||
libXext,
|
||||
libXinerama,
|
||||
libjpeg,
|
||||
giflib,
|
||||
pkg-config,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "skippy-xd";
|
||||
version = "0.7.2";
|
||||
version = "0.8.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "felixfung";
|
||||
repo = "skippy-xd";
|
||||
rev = "e033b9ea80b5bbe922b05c64ed6ba0bf31c3acf6";
|
||||
hash = "sha256-DsoRxbAF0DitgxknJVHDWH7VL5hWMhwH9I6m1SyItMM=";
|
||||
rev = "30da57cb59ccf77f766718f7d533ddbe533ba241";
|
||||
hash = "sha256-YBUDbI1SHsBI/fA3f3W1sPu3wXSodMbTGvAMqOz7RCM=";
|
||||
};
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user