runitor: 1.1.1 -> 1.2.0

This commit is contained in:
Berk D. Demir 2022-12-03 11:06:00 -08:00
parent f8be62c5ce
commit 6b1c965f48

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "runitor";
version = "1.1.1";
version = "1.2.0";
vendorSha256 = null;
src = fetchFromGitHub {
owner = "bdd";
repo = "runitor";
rev = "v${version}";
sha256 = "sha256-Vm982XbbFuwCNBkGWKoPdvOFoQEq4mVCPj4nXHEFnZ8=";
sha256 = "sha256-lL9yfiqPIIfEvjiWcG6e1NrURHJFdk4x/od/w7/i2DE=";
};
ldflags = [