corerad: 1.2.0 -> 1.2.1

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-04-27 10:15:13 -04:00
parent c3dabb43e3
commit 8fbad93fee
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "corerad";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "sha256-CNDotCRxKBtg/RsrBa00r3vRKBIIZ4xqpdXkImI44QI=";
sha256 = "sha256-JhdR1UKHnzXIUoe1shb3IZne3q198NLwRROEYuKsnW4=";
};
vendorSha256 = "sha256-w15dRxIBzDN5i4RNEDuSfCHHb4wc4fw1B2wjlTk40iE=";