mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
bar-xft: 020a3e1 -> 3020df1
This commit is contained in:
parent
b48172ea72
commit
8c21d5a454
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchgit, perl, libxcb, libXft }:
|
{ stdenv, fetchFromGitHub, perl, libxcb, libXft }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2015-07-23";
|
version = "2015-07-23";
|
||||||
@ -6,10 +6,11 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bar-xft-git-${version}";
|
name = "bar-xft-git-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/krypt-n/bar";
|
owner = "krypt-n";
|
||||||
rev = "020a3e1848ce03287886e9ff80b0b443e9aed543";
|
repo = "bar";
|
||||||
sha256 = "1xzs37syhlwyjfxnk36qnij5bqa0mi53lf1k851viw4qai2bfkgr";
|
rev = "3020df19232153f9e98ae0c8111db3de938a2719";
|
||||||
|
sha256 = "0a54yr534jd4l5gjzpypc0y5lh2qb2wsrd662s84jjgq8bpss8av";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxcb libXft perl ];
|
buildInputs = [ libxcb libXft perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user