Merge pull request #74712 from r-ryantm/auto-update/X11basic

x11basic: 1.26 -> 1.27
This commit is contained in:
Jörg Thalheim 2019-11-30 08:14:21 +00:00 committed by GitHub
commit c70b4238fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "X11basic";
version = "1.26";
version = "1.27";
src = fetchFromGitHub {
owner = "kollokollo";
repo = pname;
rev = version;
sha256 = "0rwj9cf496xailply0rgw695bzdladh2dhy7vdqac1pwbkl53nvd";
sha256 = "1hpxzdqnjl1fiwgs2vrjg4kxm29c7pqwk3g1m4p5pm4x33a3d1q2";
};
buildInputs = [