kuma: update vendorSha256

This commit is contained in:
zowoq 2022-01-30 19:53:55 +10:00
parent 88850b2fee
commit 55c79be9ef

View file

@ -1,6 +1,6 @@
{ lib
, fetchFromGitHub
, buildGoModule
, buildGo117Module
, coredns
, installShellFiles
, isFull ? false
@ -14,11 +14,11 @@
]
}:
buildGoModule rec {
buildGo117Module rec {
inherit pname ;
version = "1.4.0";
tags = lib.optionals enableGateway ["gateway"];
vendorSha256 = "1fc5psvbd9bpc6c3y2cpx5dx8cgr2fcp7nln3kwfgbryahq2y8wl";
vendorSha256 = "19rd450gmc51gmwa13991lbkva7r80d2camikkxmmgywyhrd06sf";
src = fetchFromGitHub {
owner = "kumahq";