runme: 3.14.2 -> 3.15.0 (#424755)

This commit is contained in:
Weijia Wang 2025-07-28 22:02:26 -06:00 committed by GitHub
commit ad7560d70c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,16 +13,16 @@
buildGoModule rec { buildGoModule rec {
pname = "runme"; pname = "runme";
version = "3.14.2"; version = "3.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "runmedev"; owner = "runmedev";
repo = "runme"; repo = "runme";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-s+GhfbxPLiIE0PT08srj+McUAhhhlG0JOOoWJyiMAeo="; hash = "sha256-mVqDCHCZn0hbhNZjMyD+B52ZjG5GTplz9FNJoA8DY8A=";
}; };
vendorHash = "sha256-ixAd+ItQ1kLZZxQQNKcRH2dxQvnX/gpja930SSREzzA="; vendorHash = "sha256-AXjU0nhSSdyfdYofjRI0wtF+nEsZmqLjr5j7FzY+x94=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles