Unverified Commit 313b2c03 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents de6fea3e 638eaa08
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];
  };
}