3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36671 from ryantm/auto-update/pipelight

pipelight: 0.2.8 -> 0.2.8.2
This commit is contained in:
Michael Raskin 2018-03-09 18:07:32 +00:00 committed by GitHub
commit 01360c86bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ let
in stdenv.mkDerivation rec {
version = "0.2.8";
version = "0.2.8.2";
name = "pipelight-${version}";
src = fetchurl {
url = "https://bitbucket.org/mmueller2012/pipelight/get/v${version}.tar.gz";
sha256 = "1i440rf22fmd2w86dlm1mpi3nb7410rfczc0yldnhgsvp5p3sm5f";
sha256 = "1kyy6knkr42k34rs661r0f5sf6l1s2jdbphdg89n73ynijqmzjhk";
};
buildInputs = [ wine_custom libX11 libGLU_combined curl ];