3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36890 from magnetophon/i3

i3: 4.14.1 -> 4.15
This commit is contained in:
Samuel Leathers 2018-03-13 00:03:40 -04:00 committed by GitHub
commit a2d2d53295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "i3-${version}";
version = "4.14.1";
version = "4.15";
src = fetchurl {
url = "http://i3wm.org/downloads/${name}.tar.bz2";
sha256 = "1cazmfbbx6n8c81h6x6pdayq3mxs2ml3adz165z8vapkc72kl1nh";
sha256 = "09jk70hsdxab24lqvj2f30ijrkbv3f6q9xi5dcsax1dw3x6m4z91";
};
nativeBuildInputs = [ which pkgconfig makeWrapper ];