mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos: bump CoreRAD v0.1.4
This commit is contained in:
parent
492e24c0fd
commit
2c90e95e5a
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "corerad";
|
pname = "corerad";
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
|
|
||||||
goPackagePath = "github.com/mdlayher/corerad";
|
goPackagePath = "github.com/mdlayher/corerad";
|
||||||
|
|
||||||
|
@ -10,10 +10,10 @@ buildGoModule rec {
|
||||||
owner = "mdlayher";
|
owner = "mdlayher";
|
||||||
repo = "corerad";
|
repo = "corerad";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0s17ffw4kx88gm165xjq1f415arcfpbjnbjppz0j2inz4n9kc25f";
|
sha256 = "0qlmmgdz69gqqn6h5kb3gsjyj7lm6pcfcx9xlmrxhisj914ij76r";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1lva0k8dn50grnx4daqk1pxgi6hn4yf5mhs37qi73gqp759c4q1l";
|
modSha256 = "0ln965zmpp9brdpadqi23yg5054kd4qf89hq2fppyx1gcididjyx";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/mdlayher/corerad";
|
homepage = "https://github.com/mdlayher/corerad";
|
||||||
|
|
Loading…
Reference in a new issue