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

runme: 2.0.2 -> 2.0.5
This commit is contained in:
Pascal Bach 2023-12-09 22:09:22 +01:00 committed by GitHub
commit 8f26e324ca
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.2";
version = "2.0.5";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-9BXDYcIV31KLDauBzRnMs55jAKu+56WkgSrE/V+gje4=";
hash = "sha256-l1ZTCLy9T+VrmFPzkjXCgIAFkotZ18BA8EYfM0HCCOA=";
};
vendorHash = "sha256-xQuxoizcxut4qjXqgMEWMROiG53goxEXQas5n/2NiaY=";
vendorHash = "sha256-vYSheywz9ZyQ0aNWFpUEn/hrrktKAhV+VLYv74k+/nM=";
nativeBuildInputs = [
installShellFiles