Merge pull request #164996 from mdlayher/mdl-corerad

This commit is contained in:
Sandro
2022-03-20 18:44:17 +01:00
committed by GitHub
+2 -2
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=";