Merge pull request #278757 from r-ryantm/auto-update/runme

runme: 2.0.6 -> 2.0.7
This commit is contained in:
figsoda 2024-01-05 22:39:28 -05:00 committed by GitHub
commit 57d4305f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "runme";
version = "2.0.6";
version = "2.0.7";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-oyPForGCRGs5go6CqrWfYYsgi5orLgC2qWei5RdOAjM=";
hash = "sha256-ip2td0PEMga7Egd/YEGdpoUV4tnNI27BUDPYynpFhhc=";
};
vendorHash = "sha256-vYSheywz9ZyQ0aNWFpUEn/hrrktKAhV+VLYv74k+/nM=";
vendorHash = "sha256-PLDsea/o067ifiX0RKFC7gDpORLVEQ0DV6sdBzzQCTs=";
nativeBuildInputs = [
installShellFiles