conmon: unstable-2019-03-19 -> 0.0.1pre52_6905a4d
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
f39f4a716e
commit
a86c178a58
@ -1,23 +1,21 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, pkgconfig, glib }:
|
{ stdenv, lib, fetchFromGitHub, pkgconfig, glib }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
with builtins;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "conmon-${version}";
|
name = "conmon-${version}";
|
||||||
version = "unstable-2019-03-19";
|
version = "0.0.1pre52_${substring 0 7 src.rev}";
|
||||||
rev = "84c860029893e2e2dd71d62231f009c9dcd3c0b4";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "containers";
|
owner = "containers";
|
||||||
repo = "conmon";
|
repo = "conmon";
|
||||||
sha256 = "1ydidl3s7s5rfwk9gx0k80nxcixlilxw61g7x0vqsdy3mkylysv5";
|
rev = "6905a4dc47830fbd1110e937228057c0b073ebe1";
|
||||||
inherit rev;
|
sha256 = "1igny1hr2q1zrhsaxcx7l8xkdr5ragl8pj18qbr1lpa2v5v2f6hs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [ glib ];
|
||||||
glib
|
|
||||||
];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -D -m 555 bin/conmon $out/bin/conmon
|
install -D -m 555 bin/conmon $out/bin/conmon
|
||||||
|
Loading…
Reference in New Issue
Block a user