3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204337 from bdd/runitor-1.2.0

runitor: 1.1.1 -> 1.2.0
This commit is contained in:
figsoda 2022-12-03 17:11:35 -05:00 committed by GitHub
commit 0c99bc3965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [