mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
lemonbar: 1.2 -> 1.3
Semi-automatic update. These checks were performed: - built on NixOS - found 1.3 in filename of file in /nix/store/dhg81hbg0bm6cnxl0ky7vslbvsxbybsp-lemonbar-1.3 cc "@meisternu"
This commit is contained in:
parent
b63297b203
commit
3758bb75aa
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, perl, libxcb }:
|
{ stdenv, fetchurl, perl, libxcb }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lemonbar-1.2";
|
name = "lemonbar-1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/LemonBoy/bar/archive/v1.2.tar.gz";
|
url = "https://github.com/LemonBoy/bar/archive/v1.3.tar.gz";
|
||||||
sha256 = "1smz8lh930bnb6a4lrm07l3z2k071kc8p2pljk5wsrch3x2xhimq";
|
sha256 = "0zd3v8ys4jzi60pm3wq7p3pbbd5y0acimgiq46qx1ckmwg2q9rza";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxcb perl ];
|
buildInputs = [ libxcb perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user