1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/pkgs: CoreRAD v0.1.7

This commit is contained in:
Matt Layher 2020-01-14 13:41:57 -05:00
parent 40f4f284bb
commit ce4455b06f

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "corerad";
version = "0.1.6";
version = "0.1.7";
goPackagePath = "github.com/mdlayher/corerad";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "0127w81ps2xl1ami1vsq6632bzkk1b97xvm107nx4nrnpyr6kbx5";
sha256 = "0qn179kvzbm4jgrrfs1l5j9q328bxa3wwyhz1pcnqr05f6bzpjx3";
};
modSha256 = "068w2prd2591zcdyypam65wfqc5696g7nnx570dc7m1vdhjyg9wp";
modSha256 = "0biiyjlpidxi1h211wrfwd47snij69ck2rf4yiiajmmnyhsh2x2y";
meta = with stdenv.lib; {
homepage = "https://github.com/mdlayher/corerad";