1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

Merge pull request #35754 from ryantm/auto-update/lemonbar-1.2-to-1.3

lemonbar: 1.2 -> 1.3
This commit is contained in:
Frederik Rietdijk 2018-02-27 09:56:53 +00:00 committed by GitHub
commit 72193991a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, libxcb }:
stdenv.mkDerivation rec {
name = "lemonbar-1.2";
name = "lemonbar-1.3";
src = fetchurl {
url = "https://github.com/LemonBoy/bar/archive/v1.2.tar.gz";
sha256 = "1smz8lh930bnb6a4lrm07l3z2k071kc8p2pljk5wsrch3x2xhimq";
url = "https://github.com/LemonBoy/bar/archive/v1.3.tar.gz";
sha256 = "0zd3v8ys4jzi60pm3wq7p3pbbd5y0acimgiq46qx1ckmwg2q9rza";
};
buildInputs = [ libxcb perl ];