prometheus-pushgateway: extracted from goPackages
This commit is contained in:
@@ -1240,5 +1240,14 @@
|
||||
"rev": "0a5264e2563429030eb922f258229ae3fee5b5dc",
|
||||
"sha256": "03fvgbjf2aprjj1s6wdc35wwa7k1w5phkixzvp5n1j21sf6w4h24"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/julienschmidt/httprouter",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/julienschmidt/httprouter",
|
||||
"rev": "6aacfd5ab513e34f7e64ea9627ab9670371b34e7",
|
||||
"sha256": "00rrjysmq898qcrf2hfwfh9s70vwvmjx2kp5w03nz1krxa4zhrkl"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
28
pkgs/development/tools/go-bindata/default.nix
Normal file
28
pkgs/development/tools/go-bindata/default.nix
Normal file
@@ -0,0 +1,28 @@
|
||||
# This file was generated by go2nix.
|
||||
{ stdenv, lib, goPackages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
||||
|
||||
with goPackages;
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "go-bindata-${version}";
|
||||
version = "20151023-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
rev = "a0ff2567cfb70903282db057e799fd826784d41d";
|
||||
|
||||
goPackagePath = "github.com/jteeuwen/go-bindata";
|
||||
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/jteeuwen/go-bindata";
|
||||
sha256 = "0d6zxv0hgh938rf59p1k5lj0ymrb8kcps2vfrb9kaarxsvg7y69v";
|
||||
};
|
||||
|
||||
excludedPackages = "testdata";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/jteeuwen/go-bindata";
|
||||
description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
|
||||
maintainers = with maintainers; [ cstrahan ];
|
||||
license = licenses.cc0 ;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user