corerad: 1.1.0 -> 1.1.1

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-03-20 13:06:17 -04:00
parent 8cfcf8c9a9
commit c0a4d8e714
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -2,13 +2,13 @@
buildGo118Module rec {
pname = "corerad";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "sha256-i7TvXP8aKW5izWv1AATvc5aP5qO3WxM09AiN5NRRylY=";
sha256 = "sha256-2XPWexpr3xGwnvjT08BVq6uf1haPuZGwKswiy/1Z8vE=";
};
vendorSha256 = "sha256-+9KjgbKuAJexdGEKu9hIsHfHsVbKeB5ZtSgFzM2/bOI=";