corerad: 0.2.7 -> 0.2.8
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
e84a1c5c01
commit
93023e8b88
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "corerad";
|
pname = "corerad";
|
||||||
version = "0.2.7";
|
version = "0.2.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mdlayher";
|
owner = "mdlayher";
|
||||||
repo = "corerad";
|
repo = "corerad";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "073hjbwra8ihh11ha5ajqq2r98cc5li4k0xs4p4s055q197zj3aa";
|
sha256 = "053rihi8lqai3z837ddi441yl41lsg1zj9gl62s9vbjmq5l11fjh";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "19hp8xqr50v8h9vblihalvkb9ll8c0v4p071j9j1zkbjhnb07rca";
|
vendorSha256 = "1ra4yfplmgzxzs1nlbm0izg339fjnkfrw071y8w4m6q6wnzdhljb";
|
||||||
|
|
||||||
# Since the tarball pulled from GitHub doesn't contain git tag information,
|
# Since the tarball pulled from GitHub doesn't contain git tag information,
|
||||||
# we fetch the expected tag's timestamp from a file in the root of the
|
# we fetch the expected tag's timestamp from a file in the root of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user