corerad: 1.0.0 -> 1.1.0

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-03-19 14:44:24 -04:00
parent 819debc357
commit ec0f4c9069
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -1,17 +1,17 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
{ lib, buildGo118Module, fetchFromGitHub, nixosTests }:
buildGoModule rec {
buildGo118Module rec {
pname = "corerad";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "sha256-23f+WJcTf+x9GW+hGUU3/j4Qi9MfcsfQuS7aEU4uGU4=";
sha256 = "sha256-i7TvXP8aKW5izWv1AATvc5aP5qO3WxM09AiN5NRRylY=";
};
vendorSha256 = "sha256-SSa+yBZjZ+5vRfzfCtNhF+kRyJ/VMgd9uWqKPwIi8+Y=";
vendorSha256 = "sha256-+9KjgbKuAJexdGEKu9hIsHfHsVbKeB5ZtSgFzM2/bOI=";
doCheck = false;