runme: 3.15.4 -> 3.16.1, adopted by 7karni (#463360)

This commit is contained in:
Aleksana
2025-11-21 13:30:31 +00:00
committed by GitHub
+4 -4
View File
@@ -13,16 +13,16 @@
buildGoModule rec {
pname = "runme";
version = "3.15.4";
version = "3.16.1";
src = fetchFromGitHub {
owner = "runmedev";
repo = "runme";
rev = "v${version}";
hash = "sha256-RU2VU+yLBrnj9Gf1p0kB2Y6rfPaXIDQ8oMs2MaoJ5kM=";
hash = "sha256-cIlX2RvZ5jIdh7+EvjIb8KC4b/3rhkinUsomkJIBYMw=";
};
vendorHash = "sha256-Uw5igaQpKKI4y7EoznFdmyTXfex350Pps6nt3lvKeAM=";
vendorHash = "sha256-cGoeRjUB5py8yMvWrw2NaRaVb0kcYxXC1eD4cJNsqz8=";
nativeBuildInputs = [
installShellFiles
@@ -76,6 +76,6 @@ buildGoModule rec {
homepage = "https://runme.dev";
changelog = "https://github.com/runmedev/runme/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ _7karni ];
};
}