nilaway: 0-unstable-2024-04-04 -> 0-unstable-2024-06-29

This commit is contained in:
Prithak S 2024-06-29 11:31:17 +01:00
parent e2c22462ec
commit 76c537ed6e

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "nilaway";
version = "0-unstable-2024-04-04";
version = "0-unstable-2024-06-29";
src = fetchFromGitHub {
owner = "uber-go";
repo = "nilaway";
rev = "755a685ab68b85d9b36833b38972a559f217d396";
hash = "sha256-sDDBITrGD79pcbsrcrs6D8njBp4kuK1NkuBPwzIkaUE=";
rev = "e90288479601315af13b7fdd3ccd6b50c53a8e7c";
hash = "sha256-6bArrCcAZc8DWJlDxKKmlHAbcEuU68HgqJTK9s7ZGig=";
};
vendorHash = "sha256-1j7NwfqrinEQL6XBO0PvwzxFytujoCtynMEXL2oTLkM=";
vendorHash = "sha256-rLyU2HdlkDFh+MBIVnbEIIlVR7/mq9heZWzN7GRw0Dc=";
excludedPackages = [ "tools" ];